Html Css Color HEX #895F18 Golden Brown

📋 copy color: '#895F18'

red 137 ◦ green 95 ◦ blue 24

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

Shades of Golden Brown #895F18

Tints of Golden Brown #895F18

RGB

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

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

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

R = 53.52%
G = 37.11%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#895F18 (or 0x895F18) is known color: Golden Brown. HEX triplet: 89, 5F and 18. RGB value is (137,95,24). Sum of RGB (Red+Green+Blue) = 137+95+24=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F18 is #76A0E7. Grayscale: #636363. Windows color (decimal): -7774440 or 1597321. OLE color: 1597321.

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

Color convert

RGB 137 95 24 -
CMYK 0 0.31 0.82 0.46
HSL 37.7º 0.7% 0.32% -
HSV(B) 37.7º 0.82% 0.54% -
XYZ 14.57 13.57 2.72 -
YUV 99.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 137 95 24 0 0.31 0.82 0.46 37.7 0.7 0.32
Hex 89 5F 18 0 1F 52 2E 26 46 20
Octal 211 137 30 0 37 122 56 46 106 40
Binary 10001001 1011111 11000 0 11111 1010010 101110 100110 1000110 100000

Color Harmonies of #895F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F18

Black with #895F18

Text Example


Text Example

White with #895F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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