Html Css Color HEX #844608 Saddle Brown

📋 copy color: '#844608'

red 132 ◦ green 70 ◦ blue 8

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

Shades of Saddle Brown #844608

Tints of Saddle Brown #844608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.33%

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

R = 62.86%
G = 33.33%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#844608 (or 0x844608) is known color: Saddle Brown. HEX triplet: 84, 46 and 08. RGB value is (132,70,8). Sum of RGB (Red+Green+Blue) = 132+70+8=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #844608 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844608 is #7BB9F7. Grayscale: #515151. Windows color (decimal): -8108536 or 542340. OLE color: 542340.

HSL color Cylindrical-coordinate representation of color #844608: hue angle of 30º 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 #844608 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 70 8 -
CMYK 0 0.47 0.94 0.48
HSL 30º 0.89% 0.27% -
HSV(B) 30º 0.94% 0.52% -
XYZ 11.75 9.3 1.41 -
YUV 81.47 86.54 164.04 -
System Red Green Blue C M Y K H S L
Decimal 132 70 8 0 0.47 0.94 0.48 30 0.89 0.27
Hex 84 46 8 0 2F 5E 30 1E 59 1B
Octal 204 106 10 0 57 136 60 36 131 33
Binary 10000100 1000110 1000 0 101111 1011110 110000 11110 1011001 11011

Color Harmonies of #844608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844608

Black with #844608

Text Example


Text Example

White with #844608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844608; }

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

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

background-color css

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

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

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

border-color css

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

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

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