#853613

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

Shades of Saddle Brown #853613

Tints of Saddle Brown #853613

Color information

#853613 (or 0x853613) is unknown color: approx Saddle Brown. HEX triplet: 85, 36 and 13. RGB value is (133,54,19). Sum of RGB (Red+Green+Blue) = 133+54+19=206 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.56% from 206); Green value is 54 (21.48% from 255 or 26.21% from 206); Blue value is 19 (7.81% from 255 or 9.22% from 206); Max value from RGB is 133 - color contains mainly: red. Hex color #853613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853613 is #7AC9EC. Grayscale: #494949. Windows color (decimal): -8047085 or 1259141. OLE color: 1259141.

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

Color convert

RGB1335419-
CMYK00.590.860.48
HSL18.42º75%29.8%-
HSV(B)18.42º85.71%52.16%-
XYZ11.117.671.51-
YUV73.6397.17170.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 64.56%
GREEN value IS 54 (21.48% from 255) = 26.21%
BLUE value IS 19 (7.81% from 255) = 9.22%
R=64.56%
G=26.21%
B=9.22%

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
Decimal133541900.590.860.4818.427529.8
Hex85361303B5630124b1e
Octal2056623073126602211336
Binary10000101110110100110111011101011011000010010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853613; }

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

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

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

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

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

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

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

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