#843206

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

Shades of Saddle Brown #843206

Tints of Saddle Brown #843206

Color information

#843206 (or 0x843206) is unknown color: approx Saddle Brown. HEX triplet: 84, 32 and 06. RGB value is (132,50,6). Sum of RGB (Red+Green+Blue) = 132+50+6=188 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.21% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 6 (2.73% from 255 or 3.19% from 188); Max value from RGB is 132 - color contains mainly: red. Hex color #843206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843206 is #7BCDF9. Grayscale: #454545. Windows color (decimal): -8113658 or 406148. OLE color: 406148.

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

Color convert

RGB132506-
CMYK00.620.950.48
HSL20.95º91.3%27.06%-
HSV(B)20.95º95.45%51.76%-
XYZ10.697.21-
YUV69.592.17172.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 70.21%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 6 (2.73% from 255) = 3.19%
R=70.21%
G=26.60%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13250600.620.950.4820.9591.327.06
Hex8432603E5F30155b1b
Octal204626076137602513333
Binary100001001100101100111110101111111000010101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843206; }

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

 H1.HeaderClassName
 {
   color: #843206;
 }
 .AnyTagClassName
 {
   color: #843206;
 }
</style>
background-color css

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

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

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

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

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

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