#854810

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

Shades of Saddle Brown #854810

Tints of Saddle Brown #854810

Color information

#854810 (or 0x854810) is unknown color: approx Saddle Brown. HEX triplet: 85, 48 and 10. RGB value is (133,72,16). Sum of RGB (Red+Green+Blue) = 133+72+16=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854810 is #7AB7EF. Grayscale: #545454. Windows color (decimal): -8042480 or 1067141. OLE color: 1067141.

HSL color Cylindrical-coordinate representation of color #854810: hue angle of 28.72º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #854810 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB1337216-
CMYK00.460.880.48
HSL28.72º78.52%29.22%-
HSV(B)28.72º87.97%52.16%-
XYZ12.089.661.72-
YUV83.8589.71163.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 16 (6.64% from 255) = 7.24%
R=60.18%
G=32.58%
B=7.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133721600.460.880.4828.7278.5229.22
Hex85481002E58301d4f1d
Octal20511020056130603511735
Binary100001011001000100000101110101100011000011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854810; }

 p { color: rgb(133,72,16); }

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

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

 a { background-color: rgb(133,72,16); }

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

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

 span { border-color: rgb(133,72,16); }

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