#854915

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

Shades of Saddle Brown #854915

Tints of Saddle Brown #854915

Color information

#854915 (or 0x854915) is unknown color: approx Saddle Brown. HEX triplet: 85, 49 and 15. RGB value is (133,73,21). Sum of RGB (Red+Green+Blue) = 133+73+21=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 21 (8.59% from 255 or 9.25% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854915 is #7AB6EA. Grayscale: #555555. Windows color (decimal): -8042219 or 1395077. OLE color: 1395077.

HSL color Cylindrical-coordinate representation of color #854915: hue angle of 27.86º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #854915 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.48.

Color convert

RGB1337321-
CMYK00.450.840.48
HSL27.86º72.73%30.2%-
HSV(B)27.86º84.21%52.16%-
XYZ12.199.811.96-
YUV85.0191.88162.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 21 (8.59% from 255) = 9.25%
R=58.59%
G=32.16%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133732100.450.840.4827.8672.7330.2
Hex85491502D54301c491e
Octal20511125055124603411136
Binary100001011001001101010101101101010011000011100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854915; }

 p { color: rgb(133,73,21); }

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

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

 a { background-color: rgb(133,73,21); }

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

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

 span { border-color: rgb(133,73,21); }

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