#895A12

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

Shades of Golden Brown #895A12

Tints of Golden Brown #895A12

Color information

#895A12 (or 0x895A12) is unknown color: approx Golden Brown. HEX triplet: 89, 5A and 12. RGB value is (137,90,18). Sum of RGB (Red+Green+Blue) = 137+90+18=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A12 is #76A5ED. Grayscale: #606060. Windows color (decimal): -7775726 or 1202825. OLE color: 1202825.

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

Color convert

RGB1379018-
CMYK00.340.870.46
HSL36.3º76.77%30.39%-
HSV(B)36.3º86.86%53.73%-
XYZ14.0812.672.28-
YUV95.8584.07157.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.92%
GREEN value IS 90 (35.55% from 255) = 36.73%
BLUE value IS 18 (7.42% from 255) = 7.35%
R=55.92%
G=36.73%
B=7.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137901800.340.870.4636.376.7730.39
Hex895A12022572E244d1e
Octal21113222042127564411536
Binary1000100110110101001001000101010111101110100100100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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