Html Css Color HEX #896314 Golden Brown

📋 copy color: '#896314'

red 137 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #896314

Tints of Golden Brown #896314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.67%

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 53.52%
G = 38.67%
B = 7.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896314 (or 0x896314) is known color: Golden Brown. HEX triplet: 89, 63 and 14. RGB value is (137,99,20). Sum of RGB (Red+Green+Blue) = 137+99+20=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #896314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896314 is #769CEB. Grayscale: #656565. Windows color (decimal): -7773420 or 1336201. OLE color: 1336201.

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

Color convert

RGB 137 99 20 -
CMYK 0 0.28 0.85 0.46
HSL 40.51º 0.75% 0.31% -
HSV(B) 40.51º 0.85% 0.54% -
XYZ 14.9 14.29 2.63 -
YUV 101.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 137 99 20 0 0.28 0.85 0.46 40.51 0.75 0.31
Hex 89 63 14 0 1C 55 2E 29 4B 1F
Octal 211 143 24 0 34 125 56 51 113 37
Binary 10001001 1100011 10100 0 11100 1010101 101110 101001 1001011 11111

Color Harmonies of #896314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896314

Black with #896314

Text Example


Text Example

White with #896314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896314; }

 p { color: rgb(137,99,20); }

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

background-color css

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

 a { background-color: rgb(137,99,20); }

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

border-color css

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

 span { border-color: rgb(137,99,20); }

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