#853F08

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

Shades of Saddle Brown #853F08

Tints of Saddle Brown #853F08

Color information

#853F08 (or 0x853F08) is unknown color: approx Saddle Brown. HEX triplet: 85, 3F and 08. RGB value is (133,63,8). Sum of RGB (Red+Green+Blue) = 133+63+8=204 (27% of max value = 765). Red value is 133 (52.34% from 255 or 65.20% from 204); Green value is 63 (25% from 255 or 30.88% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 133 - color contains mainly: red. Hex color #853F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F08 is #7AC0F7. Grayscale: #4D4D4D. Windows color (decimal): -8044792 or 540549. OLE color: 540549.

HSL color Cylindrical-coordinate representation of color #853F08: hue angle of 26.4º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #853F08 is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB133638-
CMYK00.530.940.48
HSL26.4º88.65%27.65%-
HSV(B)26.4º93.98%52.16%-
XYZ11.498.561.28-
YUV77.6688.69167.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.20%
GREEN value IS 63 (25% from 255) = 30.88%
BLUE value IS 8 (3.52% from 255) = 3.92%
R=65.20%
G=30.88%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.94
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13363800.530.940.4826.488.6527.65
Hex853F80355E301a591c
Octal2057710065136603213134
Binary1000010111111110000110101101111011000011010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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