#886305

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

Shades of Golden Brown #886305

Tints of Golden Brown #886305

Color information

#886305 (or 0x886305) is unknown color: approx Golden Brown. HEX triplet: 88, 63 and 05. RGB value is (136,99,5). Sum of RGB (Red+Green+Blue) = 136+99+5=240 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.67% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 136 - color contains mainly: red. Hex color #886305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #886305 is #779CFA. Grayscale: #636363. Windows color (decimal): -7838971 or 353160. OLE color: 353160.

HSL color Cylindrical-coordinate representation of color #886305: hue angle of 43.05º 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 #886305 is Cyan = 0, Magento = 0.27, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB136995-
CMYK00.270.960.47
HSL43.05º92.91%27.65%-
HSV(B)43.05º96.32%53.33%-
XYZ14.6414.172.11-
YUV99.3574.76154.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.67%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=56.67%
G=41.25%
B=2.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13699500.270.960.4743.0592.9127.65
Hex8863501B602F2b5d1c
Octal2101435033140575313534
Binary1000100011000111010110111100000101111101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886305; }

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

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

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

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

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

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

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

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