Html Css Color HEX #895F1F Afghan Tan

📋 copy color: '#895F1F'

red 137 ◦ green 95 ◦ blue 31

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

Shades of Afghan Tan #895F1F

Tints of Afghan Tan #895F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.79%

R = 52.09%
G = 36.12%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#895F1F (or 0x895F1F) is known color: Afghan Tan. HEX triplet: 89, 5F and 1F. RGB value is (137,95,31). Sum of RGB (Red+Green+Blue) = 137+95+31=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #895F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895F1F is #76A0E0. Grayscale: #646464. Windows color (decimal): -7774433 or 2056073. OLE color: 2056073.

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

Color convert

RGB 137 95 31 -
CMYK 0 0.31 0.77 0.46
HSL 36.23º 0.63% 0.33% -
HSV(B) 36.23º 0.77% 0.54% -
XYZ 14.66 13.6 3.15 -
YUV 100.26 88.91 154.2 -
System Red Green Blue C M Y K H S L
Decimal 137 95 31 0 0.31 0.77 0.46 36.23 0.63 0.33
Hex 89 5F 1F 0 1F 4D 2E 24 3F 21
Octal 211 137 37 0 37 115 56 44 77 41
Binary 10001001 1011111 11111 0 11111 1001101 101110 100100 111111 100001

Color Harmonies of #895F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895F1F

Black with #895F1F

Text Example


Text Example

White with #895F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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