#844206

Color #844206 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #844206

Tints of Saddle Brown #844206

Color information

#844206 (or 0x844206) is unknown color: approx 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

RGB132666-
CMYK00.50.950.48
HSL28.57º91.3%27.06%-
HSV(B)28.57º95.45%51.76%-
XYZ11.58.821.27-
YUV78.8986.87165.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13266600.50.950.4828.5791.327.06
Hex844260325F301d5b1b
Octal2041026062137603513333
Binary1000010010000101100110010101111111000011101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>