Html Css Color HEX #895F13 Golden Brown

📋 copy color: '#895F13'

red 137 ◦ green 95 ◦ blue 19

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

Shades of Golden Brown #895F13

Tints of Golden Brown #895F13

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.85%

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

R = 54.58%
G = 37.85%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#895F13 (or 0x895F13) is known color: Golden Brown. HEX triplet: 89, 5F and 13. RGB value is (137,95,19). Sum of RGB (Red+Green+Blue) = 137+95+19=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 95 (37.5% from 255 or 37.85% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #895F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F13 is #76A0EC. Grayscale: #636363. Windows color (decimal): -7774445 or 1269641. OLE color: 1269641.

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

Color convert

RGB 137 95 19 -
CMYK 0 0.31 0.86 0.46
HSL 38.64º 0.76% 0.31% -
HSV(B) 38.64º 0.86% 0.54% -
XYZ 14.53 13.55 2.47 -
YUV 98.89 82.91 155.18 -
System Red Green Blue C M Y K H S L
Decimal 137 95 19 0 0.31 0.86 0.46 38.64 0.76 0.31
Hex 89 5F 13 0 1F 56 2E 27 4C 1F
Octal 211 137 23 0 37 126 56 47 114 37
Binary 10001001 1011111 10011 0 11111 1010110 101110 100111 1001100 11111

Color Harmonies of #895F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F13

Black with #895F13

Text Example


Text Example

White with #895F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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