Html Css Color HEX #895F16 Golden Brown

📋 copy color: '#895F16'

red 137 ◦ green 95 ◦ blue 22

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

Shades of Golden Brown #895F16

Tints of Golden Brown #895F16

RGB

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

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

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

R = 53.94%
G = 37.4%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#895F16 (or 0x895F16) is known color: Golden Brown. HEX triplet: 89, 5F and 16. RGB value is (137,95,22). Sum of RGB (Red+Green+Blue) = 137+95+22=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 95 (37.5% from 255 or 37.40% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895F16 is #76A0E9. Grayscale: #636363. Windows color (decimal): -7774442 or 1466249. OLE color: 1466249.

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

Color convert

RGB 137 95 22 -
CMYK 0 0.31 0.84 0.46
HSL 38.09º 0.72% 0.31% -
HSV(B) 38.09º 0.84% 0.54% -
XYZ 14.55 13.56 2.61 -
YUV 99.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 137 95 22 0 0.31 0.84 0.46 38.09 0.72 0.31
Hex 89 5F 16 0 1F 54 2E 26 48 1F
Octal 211 137 26 0 37 124 56 46 110 37
Binary 10001001 1011111 10110 0 11111 1010100 101110 100110 1001000 11111

Color Harmonies of #895F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F16

Black with #895F16

Text Example


Text Example

White with #895F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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