#855311

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

Shades of Saddle Brown #855311

Tints of Saddle Brown #855311

Color information

#855311 (or 0x855311) is unknown color: approx Saddle Brown. HEX triplet: 85, 53 and 11. RGB value is (133,83,17). Sum of RGB (Red+Green+Blue) = 133+83+17=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #855311 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855311 is #7AACEE. Grayscale: #5A5A5A. Windows color (decimal): -8039663 or 1135493. OLE color: 1135493.

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

Color convert

RGB1338317-
CMYK00.380.870.48
HSL34.14º77.33%29.41%-
HSV(B)34.14º87.22%52.16%-
XYZ12.8711.212.02-
YUV90.4386.56158.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.08%
GREEN value IS 83 (32.81% from 255) = 35.62%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=57.08%
G=35.62%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.87
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133831700.380.870.4834.1477.3329.41
Hex8553110265730224d1d
Octal20512321046127604211535
Binary1000010110100111000101001101010111110000100010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855311; }

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

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

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

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

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

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

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

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