#853F07

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

Shades of Saddle Brown #853F07

Tints of Saddle Brown #853F07

Color information

#853F07 (or 0x853F07) is unknown color: approx Saddle Brown. HEX triplet: 85, 3F and 07. RGB value is (133,63,7). Sum of RGB (Red+Green+Blue) = 133+63+7=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 63 (25% from 255 or 31.03% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F07 is #7AC0F8. Grayscale: #4D4D4D. Windows color (decimal): -8044793 or 475013. OLE color: 475013.

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

Color convert

RGB133637-
CMYK00.530.950.48
HSL26.67º90%27.45%-
HSV(B)26.67º94.74%52.16%-
XYZ11.498.561.25-
YUV77.5588.19167.55-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 63 (25% from 255) = 31.03%
BLUE value IS 7 (3.12% from 255) = 3.45%
R=65.52%
G=31.03%
B=3.45%

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
Decimal13363700.530.950.4826.679027.45
Hex853F70355F301b5a1b
Octal205777065137603313233
Binary100001011111111110110101101111111000011011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,63,7); }

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

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

 a { background-color: rgb(133,63,7); }

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

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

 span { border-color: rgb(133,63,7); }

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