#854315

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

Shades of Saddle Brown #854315

Tints of Saddle Brown #854315

Color information

#854315 (or 0x854315) is unknown color: approx Saddle Brown. HEX triplet: 85, 43 and 15. RGB value is (133,67,21). Sum of RGB (Red+Green+Blue) = 133+67+21=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #854315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854315 is #7ABCEA. Grayscale: #515151. Windows color (decimal): -8043755 or 1393541. OLE color: 1393541.

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

Color convert

RGB1336721-
CMYK00.500.840.48
HSL24.64º72.73%30.2%-
HSV(B)24.64º84.21%52.16%-
XYZ11.829.051.83-
YUV81.4993.87164.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 60.18%
GREEN value IS 67 (26.56% from 255) = 30.32%
BLUE value IS 21 (8.59% from 255) = 9.50%
R=60.18%
G=30.32%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133672100.500.840.4824.6472.7330.2
Hex854315032543019491e
Octal20510325062124603111136
Binary100001011000011101010110010101010011000011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854315; }

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

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

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

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

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

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

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

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