Html Css Color HEX #895D10 Golden Brown

📋 copy color: '#895D10'

red 137 ◦ green 93 ◦ blue 16

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

Shades of Golden Brown #895D10

Tints of Golden Brown #895D10

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

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

R = 55.69%
G = 37.8%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.88

 K value IS 0.46

RGB Variations

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

Color information

#895D10 (or 0x895D10) is known color: Golden Brown. HEX triplet: 89, 5D and 10. RGB value is (137,93,16). Sum of RGB (Red+Green+Blue) = 137+93+16=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #895D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D10 is #76A2EF. Grayscale: #616161. Windows color (decimal): -7774960 or 1072521. OLE color: 1072521.

HSL color Cylindrical-coordinate representation of color #895D10: hue angle of 38.18º 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 #895D10 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 16 -
CMYK 0 0.32 0.88 0.46
HSL 38.18º 0.79% 0.3% -
HSV(B) 38.18º 0.88% 0.54% -
XYZ 14.32 13.18 2.28 -
YUV 97.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 137 93 16 0 0.32 0.88 0.46 38.18 0.79 0.3
Hex 89 5D 10 0 20 58 2E 26 4F 1E
Octal 211 135 20 0 40 130 56 46 117 36
Binary 10001001 1011101 10000 0 100000 1011000 101110 100110 1001111 11110

Color Harmonies of #895D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D10

Black with #895D10

Text Example


Text Example

White with #895D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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