Html Css Color HEX #896118 Golden Brown

📋 copy color: '#896118'

red 137 ◦ green 97 ◦ blue 24

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

Shades of Golden Brown #896118

Tints of Golden Brown #896118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 53.1%
G = 37.6%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#896118 (or 0x896118) is known color: Golden Brown. HEX triplet: 89, 61 and 18. RGB value is (137,97,24). Sum of RGB (Red+Green+Blue) = 137+97+24=258 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.10% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 137 - color contains mainly: red. Hex color #896118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896118 is #769EE7. Grayscale: #646464. Windows color (decimal): -7773928 or 1597833. OLE color: 1597833.

HSL color Cylindrical-coordinate representation of color #896118: hue angle of 38.76º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #896118 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 97 24 -
CMYK 0 0.29 0.82 0.46
HSL 38.76º 0.7% 0.32% -
HSV(B) 38.76º 0.82% 0.54% -
XYZ 14.76 13.93 2.78 -
YUV 100.64 84.75 153.94 -
System Red Green Blue C M Y K H S L
Decimal 137 97 24 0 0.29 0.82 0.46 38.76 0.7 0.32
Hex 89 61 18 0 1D 52 2E 27 46 20
Octal 211 141 30 0 35 122 56 47 106 40
Binary 10001001 1100001 11000 0 11101 1010010 101110 100111 1000110 100000

Color Harmonies of #896118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896118

Black with #896118

Text Example


Text Example

White with #896118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896118; }

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

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

background-color css

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

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

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

border-color css

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

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

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