#834406

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

Shades of Saddle Brown #834406

Tints of Saddle Brown #834406

Color information

#834406 (or 0x834406) is unknown color: approx Saddle Brown. HEX triplet: 83, 44 and 06. RGB value is (131,68,6). Sum of RGB (Red+Green+Blue) = 131+68+6=205 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.90% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 131 - color contains mainly: red. Hex color #834406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834406 is #7CBBF9. Grayscale: #505050. Windows color (decimal): -8174586 or 410755. OLE color: 410755.

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

Color convert

RGB131686-
CMYK00.480.950.49
HSL29.76º91.24%26.86%-
HSV(B)29.76º95.42%51.37%-
XYZ11.468.971.3-
YUV79.7786.37164.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 63.90%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=63.90%
G=33.17%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13168600.480.950.4929.7691.2426.86
Hex834460305F311e5b1b
Octal2031046060137613613333
Binary1000001110001001100110000101111111000111110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834406; }

 p { color: rgb(131,68,6); }

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

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

 a { background-color: rgb(131,68,6); }

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

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

 span { border-color: rgb(131,68,6); }

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