#885013

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

Shades of Saddle Brown #885013

Tints of Saddle Brown #885013

Color information

#885013 (or 0x885013) is unknown color: approx Saddle Brown. HEX triplet: 88, 50 and 13. RGB value is (136,80,19). Sum of RGB (Red+Green+Blue) = 136+80+19=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #885013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885013 is #77AFEC. Grayscale: #5A5A5A. Windows color (decimal): -7843821 or 1265800. OLE color: 1265800.

HSL color Cylindrical-coordinate representation of color #885013: hue angle of 31.28º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #885013 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1368019-
CMYK00.410.860.47
HSL31.28º75.48%30.39%-
HSV(B)31.28º86.03%53.33%-
XYZ13.1411.022.05-
YUV89.7988.05160.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 57.87%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 19 (7.81% from 255) = 8.09%
R=57.87%
G=34.04%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136801900.410.860.4731.2875.4830.39
Hex885013029562F1f4b1e
Octal21012023051126573711336
Binary100010001010000100110101001101011010111111111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885013; }

 p { color: rgb(136,80,19); }

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

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

 a { background-color: rgb(136,80,19); }

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

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

 span { border-color: rgb(136,80,19); }

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