Html Css Color HEX #944A08 Saddle Brown

📋 copy color: '#944A08'

red 148 ◦ green 74 ◦ blue 8

#944A08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #944A08

Tints of Saddle Brown #944A08

RGB

 RED value IS 148 (58.2% from 255) = 64.35%

 GREEN value IS 74 (29.3% from 255) = 32.17%

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 64.35%
G = 32.17%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#944A08 (or 0x944A08) is known color: Saddle Brown. HEX triplet: 94, 4A and 08. RGB value is (148,74,8). Sum of RGB (Red+Green+Blue) = 148+74+8=230 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.35% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 148 - color contains mainly: red. Hex color #944A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944A08 is #6BB5F7. Grayscale: #585858. Windows color (decimal): -7058936 or 543380. OLE color: 543380.

HSL color Cylindrical-coordinate representation of color #944A08: hue angle of 28.29º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #944A08 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 74 8 -
CMYK 0 0.50 0.95 0.42
HSL 28.29º 0.9% 0.31% -
HSV(B) 28.29º 0.95% 0.58% -
XYZ 14.71 11.21 1.62 -
YUV 88.6 82.52 170.37 -
System Red Green Blue C M Y K H S L
Decimal 148 74 8 0 0.50 0.95 0.42 28.29 0.9 0.31
Hex 94 4A 8 0 32 5F 2A 1C 5A 1F
Octal 224 112 10 0 62 137 52 34 132 37
Binary 10010100 1001010 1000 0 110010 1011111 101010 11100 1011010 11111

Color Harmonies of #944A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944A08

Black with #944A08

Text Example


Text Example

White with #944A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944A08; }

 p { color: rgb(148,74,8); }

 H1.HeaderClassName
 {
   color: #944A08;
 }
 .AnyTagClassName
 {
   color: #944A08;
 }
</style>

background-color css

<style>
 a { background-color: #944A08; }

 a { background-color: rgb(148,74,8); }

 div.DivClassName
 {
   background-color: #944A08;
 }
 .BgClassName
 {
   background-color: #944A08;
 }
</style>

border-color css

<style>
 span { border-color: #944A08; }

 span { border-color: rgb(148,74,8); }

 td.TdClassName
 {
   border-color: #944A08;
 }
 .TagClassName
 {
   border-color: #944A08;
 }
</style>