#854615

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

Shades of Saddle Brown #854615

Tints of Saddle Brown #854615

Color information

#854615 (or 0x854615) is unknown color: approx Saddle Brown. HEX triplet: 85, 46 and 15. RGB value is (133,70,21). Sum of RGB (Red+Green+Blue) = 133+70+21=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854615 is #7AB9EA. Grayscale: #535353. Windows color (decimal): -8042987 or 1394309. OLE color: 1394309.

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

Color convert

RGB1337021-
CMYK00.470.840.48
HSL26.25º72.73%30.2%-
HSV(B)26.25º84.21%52.16%-
XYZ129.421.9-
YUV83.2592.87163.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.38%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 21 (8.59% from 255) = 9.38%
R=59.38%
G=31.25%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133702100.470.840.4826.2572.7330.2
Hex85461502F54301a491e
Octal20510625057124603211136
Binary100001011000110101010101111101010011000011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854615; }

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

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

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

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

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

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

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

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