Html Css Color HEX #844206 Saddle Brown

📋 copy color: '#844206'

red 132 ◦ green 66 ◦ blue 6

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

Shades of Saddle Brown #844206

Tints of Saddle Brown #844206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.35%

 BLUE value IS 6 (2.73% from 255) = 2.94%

R = 64.71%
G = 32.35%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#844206 (or 0x844206) is known color: Saddle Brown. HEX triplet: 84, 42 and 06. RGB value is (132,66,6). Sum of RGB (Red+Green+Blue) = 132+66+6=204 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.71% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 132 - color contains mainly: red. Hex color #844206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844206 is #7BBDF9. Grayscale: #4F4F4F. Windows color (decimal): -8109562 or 410244. OLE color: 410244.

HSL color Cylindrical-coordinate representation of color #844206: hue angle of 28.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #844206 is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 66 6 -
CMYK 0 0.5 0.95 0.48
HSL 28.57º 0.91% 0.27% -
HSV(B) 28.57º 0.95% 0.52% -
XYZ 11.5 8.82 1.27 -
YUV 78.89 86.87 165.88 -
System Red Green Blue C M Y K H S L
Decimal 132 66 6 0 0.5 0.95 0.48 28.57 0.91 0.27
Hex 84 42 6 0 32 5F 30 1D 5B 1B
Octal 204 102 6 0 62 137 60 35 133 33
Binary 10000100 1000010 110 0 110010 1011111 110000 11101 1011011 11011

Color Harmonies of #844206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844206

Black with #844206

Text Example


Text Example

White with #844206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844206; }

 p { color: rgb(132,66,6); }

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

background-color css

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

 a { background-color: rgb(132,66,6); }

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

border-color css

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

 span { border-color: rgb(132,66,6); }

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