Html Css Color HEX #895E0E Golden Brown

📋 copy color: '#895E0E'

red 137 ◦ green 94 ◦ blue 14

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

Shades of Golden Brown #895E0E

Tints of Golden Brown #895E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

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

R = 55.92%
G = 38.37%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.46

RGB Variations

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

Color information

#895E0E (or 0x895E0E) is known color: Golden Brown. HEX triplet: 89, 5E and 0E. RGB value is (137,94,14). Sum of RGB (Red+Green+Blue) = 137+94+14=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895E0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895E0E is #76A1F1. Grayscale: #626262. Windows color (decimal): -7774706 or 941705. OLE color: 941705.

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

Color convert

RGB 137 94 14 -
CMYK 0 0.31 0.90 0.46
HSL 39.02º 0.81% 0.3% -
HSV(B) 39.02º 0.9% 0.54% -
XYZ 14.4 13.36 2.23 -
YUV 97.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 137 94 14 0 0.31 0.90 0.46 39.02 0.81 0.3
Hex 89 5E E 0 1F 5A 2E 27 51 1E
Octal 211 136 16 0 37 132 56 47 121 36
Binary 10001001 1011110 1110 0 11111 1011010 101110 100111 1010001 11110

Color Harmonies of #895E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E0E

Black with #895E0E

Text Example


Text Example

White with #895E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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