#854311

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

Shades of Saddle Brown #854311

Tints of Saddle Brown #854311

Color information

#854311 (or 0x854311) is unknown color: approx Saddle Brown. HEX triplet: 85, 43 and 11. RGB value is (133,67,17). Sum of RGB (Red+Green+Blue) = 133+67+17=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #854311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854311 is #7ABCEE. Grayscale: #515151. Windows color (decimal): -8043759 or 1131397. OLE color: 1131397.

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

Color convert

RGB1336717-
CMYK00.500.870.48
HSL25.86º77.33%29.41%-
HSV(B)25.86º87.22%52.16%-
XYZ11.789.041.65-
YUV81.0391.87165.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 61.29%
GREEN value IS 67 (26.56% from 255) = 30.88%
BLUE value IS 17 (7.03% from 255) = 7.83%
R=61.29%
G=30.88%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133671700.500.870.4825.8677.3329.41
Hex85431103257301a4d1d
Octal20510321062127603211535
Binary100001011000011100010110010101011111000011010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854311; }

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

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

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

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

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

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

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

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