Html Css Color HEX #895C13 Golden Brown

📋 copy color: '#895C13'

red 137 ◦ green 92 ◦ blue 19

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

Shades of Golden Brown #895C13

Tints of Golden Brown #895C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.66%

R = 55.24%
G = 37.1%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#895C13 (or 0x895C13) is known color: Golden Brown. HEX triplet: 89, 5C and 13. RGB value is (137,92,19). Sum of RGB (Red+Green+Blue) = 137+92+19=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #895C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C13 is #76A3EC. Grayscale: #616161. Windows color (decimal): -7775213 or 1268873. OLE color: 1268873.

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

Color convert

RGB 137 92 19 -
CMYK 0 0.33 0.86 0.46
HSL 37.12º 0.76% 0.31% -
HSV(B) 37.12º 0.86% 0.54% -
XYZ 14.26 13.02 2.38 -
YUV 97.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 137 92 19 0 0.33 0.86 0.46 37.12 0.76 0.31
Hex 89 5C 13 0 21 56 2E 25 4C 1F
Octal 211 134 23 0 41 126 56 45 114 37
Binary 10001001 1011100 10011 0 100001 1010110 101110 100101 1001100 11111

Color Harmonies of #895C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C13

Black with #895C13

Text Example


Text Example

White with #895C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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