Html Css Color HEX #896015 Golden Brown

📋 copy color: '#896015'

red 137 ◦ green 96 ◦ blue 21

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

Shades of Golden Brown #896015

Tints of Golden Brown #896015

RGB

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

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

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

R = 53.94%
G = 37.8%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#896015 (or 0x896015) is known color: Golden Brown. HEX triplet: 89, 60 and 15. RGB value is (137,96,21). Sum of RGB (Red+Green+Blue) = 137+96+21=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 96 (37.89% from 255 or 37.80% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #896015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896015 is #769FEA. Grayscale: #646464. Windows color (decimal): -7774187 or 1400969. OLE color: 1400969.

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

Color convert

RGB 137 96 21 -
CMYK 0 0.30 0.85 0.46
HSL 38.79º 0.73% 0.31% -
HSV(B) 38.79º 0.85% 0.54% -
XYZ 14.63 13.74 2.59 -
YUV 99.71 83.58 154.6 -
System Red Green Blue C M Y K H S L
Decimal 137 96 21 0 0.30 0.85 0.46 38.79 0.73 0.31
Hex 89 60 15 0 1E 55 2E 27 49 1F
Octal 211 140 25 0 36 125 56 47 111 37
Binary 10001001 1100000 10101 0 11110 1010101 101110 100111 1001001 11111

Color Harmonies of #896015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896015

Black with #896015

Text Example


Text Example

White with #896015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896015; }

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

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

background-color css

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

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

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

border-color css

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

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

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