#853E06

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

Shades of Saddle Brown #853E06

Tints of Saddle Brown #853E06

Color information

#853E06 (or 0x853E06) is unknown color: approx Saddle Brown. HEX triplet: 85, 3E and 06. RGB value is (133,62,6). Sum of RGB (Red+Green+Blue) = 133+62+6=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 62 (24.61% from 255 or 30.85% from 201); Blue value is 6 (2.73% from 255 or 2.99% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #853E06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853E06 is #7AC1F9. Grayscale: #4D4D4D. Windows color (decimal): -8045050 or 409221. OLE color: 409221.

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

Color convert

RGB133626-
CMYK00.530.950.48
HSL26.46º91.37%27.25%-
HSV(B)26.46º95.49%52.16%-
XYZ11.438.441.2-
YUV76.8488.02168.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 66.17%
GREEN value IS 62 (24.61% from 255) = 30.85%
BLUE value IS 6 (2.73% from 255) = 2.99%
R=66.17%
G=30.85%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13362600.530.950.4826.4691.3727.25
Hex853E60355F301a5b1b
Octal205766065137603213333
Binary100001011111101100110101101111111000011010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853E06; }

 p { color: rgb(133,62,6); }

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

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

 a { background-color: rgb(133,62,6); }

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

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

 span { border-color: rgb(133,62,6); }

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