Html Css Color HEX #895C16 Golden Brown

📋 copy color: '#895C16'

red 137 ◦ green 92 ◦ blue 22

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

Shades of Golden Brown #895C16

Tints of Golden Brown #895C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 22 (8.98% from 255) = 8.76%

R = 54.58%
G = 36.65%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#895C16 (or 0x895C16) is known color: Golden Brown. HEX triplet: 89, 5C and 16. RGB value is (137,92,22). Sum of RGB (Red+Green+Blue) = 137+92+22=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #895C16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C16 is #76A3E9. Grayscale: #616161. Windows color (decimal): -7775210 or 1465481. OLE color: 1465481.

HSL color Cylindrical-coordinate representation of color #895C16: hue angle of 36.52º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #895C16 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 92 22 -
CMYK 0 0.33 0.84 0.46
HSL 36.52º 0.72% 0.31% -
HSV(B) 36.52º 0.84% 0.54% -
XYZ 14.29 13.03 2.52 -
YUV 97.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 137 92 22 0 0.33 0.84 0.46 36.52 0.72 0.31
Hex 89 5C 16 0 21 54 2E 25 48 1F
Octal 211 134 26 0 41 124 56 45 110 37
Binary 10001001 1011100 10110 0 100001 1010100 101110 100101 1001000 11111

Color Harmonies of #895C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C16

Black with #895C16

Text Example


Text Example

White with #895C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895C16; }

 p { color: rgb(137,92,22); }

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

background-color css

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

 a { background-color: rgb(137,92,22); }

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

border-color css

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

 span { border-color: rgb(137,92,22); }

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