Html Css Color HEX #896213 Golden Brown

📋 copy color: '#896213'

red 137 ◦ green 98 ◦ blue 19

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

Shades of Golden Brown #896213

Tints of Golden Brown #896213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.58%

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

R = 53.94%
G = 38.58%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896213 (or 0x896213) is known color: Golden Brown. HEX triplet: 89, 62 and 13. RGB value is (137,98,19). Sum of RGB (Red+Green+Blue) = 137+98+19=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #896213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896213 is #769DEC. Grayscale: #656565. Windows color (decimal): -7773677 or 1270409. OLE color: 1270409.

HSL color Cylindrical-coordinate representation of color #896213: hue angle of 40.17º 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 #896213 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 19 -
CMYK 0 0.28 0.86 0.46
HSL 40.17º 0.76% 0.31% -
HSV(B) 40.17º 0.86% 0.54% -
XYZ 14.8 14.1 2.56 -
YUV 100.66 81.92 153.92 -
System Red Green Blue C M Y K H S L
Decimal 137 98 19 0 0.28 0.86 0.46 40.17 0.76 0.31
Hex 89 62 13 0 1C 56 2E 28 4C 1F
Octal 211 142 23 0 34 126 56 50 114 37
Binary 10001001 1100010 10011 0 11100 1010110 101110 101000 1001100 11111

Color Harmonies of #896213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896213

Black with #896213

Text Example


Text Example

White with #896213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896213; }

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

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

background-color css

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

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

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

border-color css

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

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

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