#853412

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

Shades of Saddle Brown #853412

Tints of Saddle Brown #853412

Color information

#853412 (or 0x853412) is unknown color: approx Saddle Brown. HEX triplet: 85, 34 and 12. RGB value is (133,52,18). Sum of RGB (Red+Green+Blue) = 133+52+18=203 (26% of max value = 765). Red value is 133 (52.34% from 255 or 65.52% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 18 (7.42% from 255 or 8.87% from 203); Max value from RGB is 133 - color contains mainly: red. Hex color #853412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853412 is #7ACBED. Grayscale: #484848. Windows color (decimal): -8047598 or 1193093. OLE color: 1193093.

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

Color convert

RGB1335218-
CMYK00.610.860.48
HSL17.74º76.16%29.61%-
HSV(B)17.74º86.47%52.16%-
XYZ11.017.491.44-
YUV72.3497.34171.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 65.52%
GREEN value IS 52 (20.70% from 255) = 25.62%
BLUE value IS 18 (7.42% from 255) = 8.87%
R=65.52%
G=25.62%
B=8.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133521800.610.860.4817.7476.1629.61
Hex85341203D5630124c1e
Octal2056422075126602211436
Binary10000101110100100100111101101011011000010010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853412; }

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

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

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

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

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

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

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

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