Html Css Color HEX #895913 Golden Brown

📋 copy color: '#895913'

red 137 ◦ green 89 ◦ blue 19

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

Shades of Golden Brown #895913

Tints of Golden Brown #895913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

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

R = 55.92%
G = 36.33%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#895913 (or 0x895913) is known color: Golden Brown. HEX triplet: 89, 59 and 13. RGB value is (137,89,19). Sum of RGB (Red+Green+Blue) = 137+89+19=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #895913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895913 is #76A6EC. Grayscale: #5F5F5F. Windows color (decimal): -7775981 or 1268105. OLE color: 1268105.

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

Color convert

RGB 137 89 19 -
CMYK 0 0.35 0.86 0.46
HSL 35.59º 0.76% 0.31% -
HSV(B) 35.59º 0.86% 0.54% -
XYZ 14.01 12.51 2.29 -
YUV 95.37 84.9 157.69 -
System Red Green Blue C M Y K H S L
Decimal 137 89 19 0 0.35 0.86 0.46 35.59 0.76 0.31
Hex 89 59 13 0 23 56 2E 24 4C 1F
Octal 211 131 23 0 43 126 56 44 114 37
Binary 10001001 1011001 10011 0 100011 1010110 101110 100100 1001100 11111

Color Harmonies of #895913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895913

Black with #895913

Text Example


Text Example

White with #895913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895913; }

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

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

background-color css

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

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

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

border-color css

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

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

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