#853612

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

Shades of Saddle Brown #853612

Tints of Saddle Brown #853612

Color information

#853612 (or 0x853612) is unknown color: approx Saddle Brown. HEX triplet: 85, 36 and 12. RGB value is (133,54,18). Sum of RGB (Red+Green+Blue) = 133+54+18=205 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.88% from 205); Green value is 54 (21.48% from 255 or 26.34% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 133 - color contains mainly: red. Hex color #853612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853612 is #7AC9ED. Grayscale: #494949. Windows color (decimal): -8047086 or 1193605. OLE color: 1193605.

HSL color Cylindrical-coordinate representation of color #853612: hue angle of 18.78º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #853612 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1335418-
CMYK00.590.860.48
HSL18.78º76.16%29.61%-
HSV(B)18.78º86.47%52.16%-
XYZ11.17.671.47-
YUV73.5296.67170.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.88%
GREEN value IS 54 (21.48% from 255) = 26.34%
BLUE value IS 18 (7.42% from 255) = 8.78%
R=64.88%
G=26.34%
B=8.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133541800.590.860.4818.7876.1629.61
Hex85361203B5630134c1e
Octal2056622073126602311436
Binary10000101110110100100111011101011011000010011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853612; }

 p { color: rgb(133,54,18); }

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

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

 a { background-color: rgb(133,54,18); }

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

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

 span { border-color: rgb(133,54,18); }

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