#895D14

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

Shades of Golden Brown #895D14

Tints of Golden Brown #895D14

Color information

#895D14 (or 0x895D14) is unknown color: approx Golden Brown. HEX triplet: 89, 5D and 14. RGB value is (137,93,20). Sum of RGB (Red+Green+Blue) = 137+93+20=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #895D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D14 is #76A2EB. Grayscale: #626262. Windows color (decimal): -7774956 or 1334665. OLE color: 1334665.

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

Color convert

RGB1379320-
CMYK00.320.850.46
HSL37.44º74.52%30.78%-
HSV(B)37.44º85.4%53.73%-
XYZ14.3613.22.45-
YUV97.8384.08155.94-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 54.8%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 20 (8.20% from 255) = 8%
R=54.8%
G=37.2%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137932000.320.850.4637.4474.5230.78
Hex895D14020552E254b1f
Octal21113524040125564511337
Binary1000100110111011010001000001010101101110100101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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