Html Css Color HEX #896013 Golden Brown

📋 copy color: '#896013'

red 137 ◦ green 96 ◦ blue 19

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

Shades of Golden Brown #896013

Tints of Golden Brown #896013

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.1%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 54.37%
G = 38.1%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896013 (or 0x896013) is known color: Golden Brown. HEX triplet: 89, 60 and 13. RGB value is (137,96,19). Sum of RGB (Red+Green+Blue) = 137+96+19=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #896013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896013 is #769FEC. Grayscale: #636363. Windows color (decimal): -7774189 or 1269897. OLE color: 1269897.

HSL color Cylindrical-coordinate representation of color #896013: hue angle of 39.15º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #896013 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 19 -
CMYK 0 0.30 0.86 0.46
HSL 39.15º 0.76% 0.31% -
HSV(B) 39.15º 0.86% 0.54% -
XYZ 14.62 13.73 2.5 -
YUV 99.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 137 96 19 0 0.30 0.86 0.46 39.15 0.76 0.31
Hex 89 60 13 0 1E 56 2E 27 4C 1F
Octal 211 140 23 0 36 126 56 47 114 37
Binary 10001001 1100000 10011 0 11110 1010110 101110 100111 1001100 11111

Color Harmonies of #896013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896013

Black with #896013

Text Example


Text Example

White with #896013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896013; }

 p { color: rgb(137,96,19); }

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

background-color css

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

 a { background-color: rgb(137,96,19); }

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

border-color css

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

 span { border-color: rgb(137,96,19); }

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