#885901

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

Shades of Golden Brown #885901

Tints of Golden Brown #885901

Color information

#885901 (or 0x885901) is unknown color: approx Golden Brown. HEX triplet: 88, 59 and 01. RGB value is (136,89,1). Sum of RGB (Red+Green+Blue) = 136+89+1=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #885901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885901 is #77A6FE. Grayscale: #5D5D5D. Windows color (decimal): -7841535 or 88456. OLE color: 88456.

HSL color Cylindrical-coordinate representation of color #885901: hue angle of 39.11º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #885901 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136891-
CMYK00.350.990.47
HSL39.11º98.54%26.86%-
HSV(B)39.11º99.26%53.33%-
XYZ13.7312.381.69-
YUV93.0276.07158.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 60.18%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=60.18%
G=39.38%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13689100.350.990.4739.1198.5426.86
Hex88591023632F27631b
Octal2101311043143574714333
Binary100010001011001101000111100011101111100111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885901; }

 p { color: rgb(136,89,1); }

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

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

 a { background-color: rgb(136,89,1); }

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

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

 span { border-color: rgb(136,89,1); }

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