Html Css Color HEX #895A10 Golden Brown

📋 copy color: '#895A10'

red 137 ◦ green 90 ◦ blue 16

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

Shades of Golden Brown #895A10

Tints of Golden Brown #895A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.04%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 56.38%
G = 37.04%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#895A10 (or 0x895A10) is known color: Golden Brown. HEX triplet: 89, 5A and 10. RGB value is (137,90,16). Sum of RGB (Red+Green+Blue) = 137+90+16=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #895A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895A10 is #76A5EF. Grayscale: #5F5F5F. Windows color (decimal): -7775728 or 1071753. OLE color: 1071753.

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

Color convert

RGB 137 90 16 -
CMYK 0 0.34 0.88 0.46
HSL 36.69º 0.79% 0.3% -
HSV(B) 36.69º 0.88% 0.54% -
XYZ 14.07 12.67 2.19 -
YUV 95.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 137 90 16 0 0.34 0.88 0.46 36.69 0.79 0.3
Hex 89 5A 10 0 22 58 2E 25 4F 1E
Octal 211 132 20 0 42 130 56 45 117 36
Binary 10001001 1011010 10000 0 100010 1011000 101110 100101 1001111 11110

Color Harmonies of #895A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A10

Black with #895A10

Text Example


Text Example

White with #895A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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