#853912

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

Shades of Saddle Brown #853912

Tints of Saddle Brown #853912

Color information

#853912 (or 0x853912) is unknown color: approx Saddle Brown. HEX triplet: 85, 39 and 12. RGB value is (133,57,18). Sum of RGB (Red+Green+Blue) = 133+57+18=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #853912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853912 is #7AC6ED. Grayscale: #4B4B4B. Windows color (decimal): -8046318 or 1194373. OLE color: 1194373.

HSL color Cylindrical-coordinate representation of color #853912: hue angle of 20.35º 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 #853912 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1335718-
CMYK00.570.860.48
HSL20.35º76.16%29.61%-
HSV(B)20.35º86.47%52.16%-
XYZ11.257.961.52-
YUV75.2895.68169.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 63.94%
GREEN value IS 57 (22.66% from 255) = 27.40%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=63.94%
G=27.40%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133571800.570.860.4820.3576.1629.61
Hex8539120395630144c1e
Octal2057122071126602411436
Binary10000101111001100100111001101011011000010100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853912; }

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

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

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

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

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

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

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

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