Html Css Color HEX #895912 Golden Brown

📋 copy color: '#895912'

red 137 ◦ green 89 ◦ blue 18

#895912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #895912

Tints of Golden Brown #895912

RGB

 RED value IS 137 (53.91% from 255) = 56.15%

 GREEN value IS 89 (35.16% from 255) = 36.48%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 56.15%
G = 36.48%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#895912 (or 0x895912) is known color: Golden Brown. HEX triplet: 89, 59 and 12. RGB value is (137,89,18). Sum of RGB (Red+Green+Blue) = 137+89+18=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #895912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895912 is #76A6ED. Grayscale: #5F5F5F. Windows color (decimal): -7775982 or 1202569. OLE color: 1202569.

HSL color Cylindrical-coordinate representation of color #895912: hue angle of 35.8º 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 #895912 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 18 -
CMYK 0 0.35 0.87 0.46
HSL 35.8º 0.77% 0.3% -
HSV(B) 35.8º 0.87% 0.54% -
XYZ 14 12.51 2.25 -
YUV 95.26 84.4 157.77 -
System Red Green Blue C M Y K H S L
Decimal 137 89 18 0 0.35 0.87 0.46 35.8 0.77 0.3
Hex 89 59 12 0 23 57 2E 24 4D 1E
Octal 211 131 22 0 43 127 56 44 115 36
Binary 10001001 1011001 10010 0 100011 1010111 101110 100100 1001101 11110

Color Harmonies of #895912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895912

Black with #895912

Text Example


Text Example

White with #895912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895912; }

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

 H1.HeaderClassName
 {
   color: #895912;
 }
 .AnyTagClassName
 {
   color: #895912;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #895912;
 }
 .BgClassName
 {
   background-color: #895912;
 }
</style>

border-color css

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

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

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