#895A07

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

Shades of Golden Brown #895A07

Tints of Golden Brown #895A07

Color information

#895A07 (or 0x895A07) is unknown color: approx Golden Brown. HEX triplet: 89, 5A and 07. RGB value is (137,90,7). Sum of RGB (Red+Green+Blue) = 137+90+7=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #895A07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A07 is #76A5F8. Grayscale: #5E5E5E. Windows color (decimal): -7775737 or 481929. OLE color: 481929.

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

Color convert

RGB137907-
CMYK00.340.950.46
HSL38.31º90.28%28.24%-
HSV(B)38.31º94.89%53.73%-
XYZ14.0112.651.9-
YUV94.5978.57158.25-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.55%
GREEN value IS 90 (35.55% from 255) = 38.46%
BLUE value IS 7 (3.12% from 255) = 2.99%
R=58.55%
G=38.46%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.95
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13790700.340.950.4638.3190.2828.24
Hex895A70225F2E265a1c
Octal2111327042137564613234
Binary10001001101101011101000101011111101110100110101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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