Html Css Color HEX #896413 Golden Brown

📋 copy color: '#896413'

red 137 ◦ green 100 ◦ blue 19

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

Shades of Golden Brown #896413

Tints of Golden Brown #896413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 53.52%
G = 39.06%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#896413 (or 0x896413) is known color: Golden Brown. HEX triplet: 89, 64 and 13. RGB value is (137,100,19). Sum of RGB (Red+Green+Blue) = 137+100+19=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896413 is #769BEC. Grayscale: #666666. Windows color (decimal): -7773165 or 1270921. OLE color: 1270921.

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

Color convert

RGB 137 100 19 -
CMYK 0 0.27 0.86 0.46
HSL 41.19º 0.76% 0.31% -
HSV(B) 41.19º 0.86% 0.54% -
XYZ 14.99 14.48 2.62 -
YUV 101.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 137 100 19 0 0.27 0.86 0.46 41.19 0.76 0.31
Hex 89 64 13 0 1B 56 2E 29 4C 1F
Octal 211 144 23 0 33 126 56 51 114 37
Binary 10001001 1100100 10011 0 11011 1010110 101110 101001 1001100 11111

Color Harmonies of #896413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896413

Black with #896413

Text Example


Text Example

White with #896413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896413; }

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

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

background-color css

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

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

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

border-color css

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

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

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