#854613

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

Shades of Saddle Brown #854613

Tints of Saddle Brown #854613

Color information

#854613 (or 0x854613) is unknown color: approx Saddle Brown. HEX triplet: 85, 46 and 13. RGB value is (133,70,19). Sum of RGB (Red+Green+Blue) = 133+70+19=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854613 is #7AB9EC. Grayscale: #535353. Windows color (decimal): -8042989 or 1263237. OLE color: 1263237.

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

Color convert

RGB1337019-
CMYK00.470.860.48
HSL26.84º75%29.8%-
HSV(B)26.84º85.71%52.16%-
XYZ11.989.411.8-
YUV83.0291.87163.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 19 (7.81% from 255) = 8.56%
R=59.91%
G=31.53%
B=8.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133701900.470.860.4826.847529.8
Hex85461302F56301b4b1e
Octal20510623057126603311336
Binary100001011000110100110101111101011011000011011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854613; }

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

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

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

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

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

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

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

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