#885F02

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

Shades of Golden Brown #885F02

Tints of Golden Brown #885F02

Color information

#885F02 (or 0x885F02) is unknown color: approx Golden Brown. HEX triplet: 88, 5F and 02. RGB value is (136,95,2). Sum of RGB (Red+Green+Blue) = 136+95+2=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #885F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885F02 is #77A0FD. Grayscale: #616161. Windows color (decimal): -7839998 or 155528. OLE color: 155528.

HSL color Cylindrical-coordinate representation of color #885F02: hue angle of 41.64º degrees, saturation: 0.97, 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 #885F02 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB136952-
CMYK00.300.990.47
HSL41.64º97.1%27.06%-
HSV(B)41.64º98.53%53.33%-
XYZ14.2613.421.9-
YUV96.6674.58156.06-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 58.37%
GREEN value IS 95 (37.5% from 255) = 40.77%
BLUE value IS 2 (1.17% from 255) = 0.86%
R=58.37%
G=40.77%
B=0.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13695200.300.990.4741.6497.127.06
Hex885F201E632F2a611b
Octal2101372036143575214133
Binary100010001011111100111101100011101111101010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885F02; }

 p { color: rgb(136,95,2); }

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

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

 a { background-color: rgb(136,95,2); }

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

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

 span { border-color: rgb(136,95,2); }

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