Html Css Color HEX #896115 Golden Brown

📋 copy color: '#896115'

red 137 ◦ green 97 ◦ blue 21

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

Shades of Golden Brown #896115

Tints of Golden Brown #896115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.04%

 BLUE value IS 21 (8.59% from 255) = 8.24%

R = 53.73%
G = 38.04%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896115 (or 0x896115) is known color: Golden Brown. HEX triplet: 89, 61 and 15. RGB value is (137,97,21). Sum of RGB (Red+Green+Blue) = 137+97+21=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 97 (38.28% from 255 or 38.04% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #896115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896115 is #769EEA. Grayscale: #646464. Windows color (decimal): -7773931 or 1401225. OLE color: 1401225.

HSL color Cylindrical-coordinate representation of color #896115: hue angle of 39.31º degrees, saturation: 0.73, 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 #896115 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 21 -
CMYK 0 0.29 0.85 0.46
HSL 39.31º 0.73% 0.31% -
HSV(B) 39.31º 0.85% 0.54% -
XYZ 14.73 13.92 2.62 -
YUV 100.3 83.25 154.18 -
System Red Green Blue C M Y K H S L
Decimal 137 97 21 0 0.29 0.85 0.46 39.31 0.73 0.31
Hex 89 61 15 0 1D 55 2E 27 49 1F
Octal 211 141 25 0 35 125 56 47 111 37
Binary 10001001 1100001 10101 0 11101 1010101 101110 100111 1001001 11111

Color Harmonies of #896115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896115

Black with #896115

Text Example


Text Example

White with #896115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896115; }

 p { color: rgb(137,97,21); }

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

background-color css

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

 a { background-color: rgb(137,97,21); }

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

border-color css

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

 span { border-color: rgb(137,97,21); }

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