Html Css Color HEX #895D0E Golden Brown

📋 copy color: '#895D0E'

red 137 ◦ green 93 ◦ blue 14

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

Shades of Golden Brown #895D0E

Tints of Golden Brown #895D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 56.15%
G = 38.11%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#895D0E (or 0x895D0E) is known color: Golden Brown. HEX triplet: 89, 5D and 0E. RGB value is (137,93,14). Sum of RGB (Red+Green+Blue) = 137+93+14=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #895D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895D0E is #76A2F1. Grayscale: #616161. Windows color (decimal): -7774962 or 941449. OLE color: 941449.

HSL color Cylindrical-coordinate representation of color #895D0E: hue angle of 38.54º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #895D0E is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 14 -
CMYK 0 0.32 0.90 0.46
HSL 38.54º 0.81% 0.3% -
HSV(B) 38.54º 0.9% 0.54% -
XYZ 14.31 13.18 2.2 -
YUV 97.15 81.08 156.42 -
System Red Green Blue C M Y K H S L
Decimal 137 93 14 0 0.32 0.90 0.46 38.54 0.81 0.3
Hex 89 5D E 0 20 5A 2E 27 51 1E
Octal 211 135 16 0 40 132 56 47 121 36
Binary 10001001 1011101 1110 0 100000 1011010 101110 100111 1010001 11110

Color Harmonies of #895D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D0E

Black with #895D0E

Text Example


Text Example

White with #895D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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