#895A05

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

Shades of Golden Brown #895A05

Tints of Golden Brown #895A05

Color information

#895A05 (or 0x895A05) is unknown color: approx Golden Brown. HEX triplet: 89, 5A and 05. RGB value is (137,90,5). Sum of RGB (Red+Green+Blue) = 137+90+5=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #895A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A05 is #76A5FA. Grayscale: #5E5E5E. Windows color (decimal): -7775739 or 350857. OLE color: 350857.

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

Color convert

RGB137905-
CMYK00.340.960.46
HSL38.64º92.96%27.84%-
HSV(B)38.64º96.35%53.73%-
XYZ1412.641.85-
YUV94.3677.57158.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.05%
GREEN value IS 90 (35.55% from 255) = 38.79%
BLUE value IS 5 (2.34% from 255) = 2.16%
R=59.05%
G=38.79%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13790500.340.960.4638.6492.9627.84
Hex895A5022602E275d1c
Octal2111325042140564713534
Binary10001001101101010101000101100000101110100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,90,5); }

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

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

 a { background-color: rgb(137,90,5); }

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

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

 span { border-color: rgb(137,90,5); }

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