#885905

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

Shades of Golden Brown #885905

Tints of Golden Brown #885905

Color information

#885905 (or 0x885905) is unknown color: approx Golden Brown. HEX triplet: 88, 59 and 05. RGB value is (136,89,5). Sum of RGB (Red+Green+Blue) = 136+89+5=230 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.13% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 136 - color contains mainly: red. Hex color #885905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885905 is #77A6FA. Grayscale: #5D5D5D. Windows color (decimal): -7841531 or 350600. OLE color: 350600.

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

Color convert

RGB136895-
CMYK00.350.960.47
HSL38.47º92.91%27.65%-
HSV(B)38.47º96.32%53.33%-
XYZ13.7512.391.81-
YUV93.4878.07158.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 59.13%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 5 (2.34% from 255) = 2.17%
R=59.13%
G=38.70%
B=2.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13689500.350.960.4738.4792.9127.65
Hex88595023602F265d1c
Octal2101315043140574613534
Binary10001000101100110101000111100000101111100110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885905; }

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

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

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

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

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

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

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

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