#855111

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

Shades of Saddle Brown #855111

Tints of Saddle Brown #855111

Color information

#855111 (or 0x855111) is unknown color: approx Saddle Brown. HEX triplet: 85, 51 and 11. RGB value is (133,81,17). Sum of RGB (Red+Green+Blue) = 133+81+17=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 17 (7.03% from 255 or 7.36% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #855111 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855111 is #7AAEEE. Grayscale: #595959. Windows color (decimal): -8040175 or 1134981. OLE color: 1134981.

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

Color convert

RGB1338117-
CMYK00.390.870.48
HSL33.1º77.33%29.41%-
HSV(B)33.1º87.22%52.16%-
XYZ12.7210.911.97-
YUV89.2587.23159.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 17 (7.03% from 255) = 7.36%
R=57.58%
G=35.06%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133811700.390.870.4833.177.3329.41
Hex8551110275730214d1d
Octal20512121047127604111535
Binary1000010110100011000101001111010111110000100001100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855111; }

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

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

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

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

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

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

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

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