#895F03

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

Shades of Golden Brown #895F03

Tints of Golden Brown #895F03

Color information

#895F03 (or 0x895F03) is unknown color: approx Golden Brown. HEX triplet: 89, 5F and 03. RGB value is (137,95,3). Sum of RGB (Red+Green+Blue) = 137+95+3=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #895F03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F03 is #76A0FC. Grayscale: #616161. Windows color (decimal): -7774461 or 221065. OLE color: 221065.

HSL color Cylindrical-coordinate representation of color #895F03: hue angle of 41.19º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #895F03 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB137953-
CMYK00.310.980.46
HSL41.19º95.71%27.45%-
HSV(B)41.19º97.81%53.73%-
XYZ14.4313.511.93-
YUV97.0774.91156.48-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 95 (37.5% from 255) = 40.43%
BLUE value IS 3 (1.56% from 255) = 1.28%
R=58.30%
G=40.43%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13795300.310.980.4641.1995.7127.45
Hex895F301F622E29601b
Octal2111373037142565114033
Binary100010011011111110111111100010101110101001110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895F03; }

 p { color: rgb(137,95,3); }

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

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

 a { background-color: rgb(137,95,3); }

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

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

 span { border-color: rgb(137,95,3); }

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