#895D03

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

Shades of Golden Brown #895D03

Tints of Golden Brown #895D03

Color information

#895D03 (or 0x895D03) is unknown color: approx Golden Brown. HEX triplet: 89, 5D and 03. RGB value is (137,93,3). Sum of RGB (Red+Green+Blue) = 137+93+3=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 93 (36.72% from 255 or 39.91% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #895D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D03 is #76A2FC. Grayscale: #606060. Windows color (decimal): -7774973 or 220553. OLE color: 220553.

HSL color Cylindrical-coordinate representation of color #895D03: hue angle of 40.3º 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 #895D03 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB137933-
CMYK00.320.980.46
HSL40.3º95.71%27.45%-
HSV(B)40.3º97.81%53.73%-
XYZ14.2513.151.87-
YUV95.975.58157.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 93 (36.72% from 255) = 39.91%
BLUE value IS 3 (1.56% from 255) = 1.29%
R=58.80%
G=39.91%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13793300.320.980.4640.395.7127.45
Hex895D3020622E28601b
Octal2111353040142565014033
Binary1000100110111011101000001100010101110101000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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