Html Css Color HEX #844A08 Saddle Brown

📋 copy color: '#844A08'

red 132 ◦ green 74 ◦ blue 8

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

Shades of Saddle Brown #844A08

Tints of Saddle Brown #844A08

RGB

 RED value IS 132 (51.95% from 255) = 61.68%

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

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

R = 61.68%
G = 34.58%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#844A08 (or 0x844A08) is known color: Saddle Brown. HEX triplet: 84, 4A and 08. RGB value is (132,74,8). Sum of RGB (Red+Green+Blue) = 132+74+8=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 8 (3.52% from 255 or 3.74% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #844A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A08 is #7BB5F7. Grayscale: #545454. Windows color (decimal): -8107512 or 543364. OLE color: 543364.

HSL color Cylindrical-coordinate representation of color #844A08: hue angle of 31.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #844A08 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 74 8 -
CMYK 0 0.44 0.94 0.48
HSL 31.94º 0.89% 0.27% -
HSV(B) 31.94º 0.94% 0.52% -
XYZ 12.01 9.82 1.49 -
YUV 83.82 85.22 162.37 -
System Red Green Blue C M Y K H S L
Decimal 132 74 8 0 0.44 0.94 0.48 31.94 0.89 0.27
Hex 84 4A 8 0 2C 5E 30 20 59 1B
Octal 204 112 10 0 54 136 60 40 131 33
Binary 10000100 1001010 1000 0 101100 1011110 110000 100000 1011001 11011

Color Harmonies of #844A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A08

Black with #844A08

Text Example


Text Example

White with #844A08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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