Html Css Color HEX #895D1B Afghan Tan

📋 copy color: '#895D1B'

red 137 ◦ green 93 ◦ blue 27

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

Shades of Afghan Tan #895D1B

Tints of Afghan Tan #895D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.19%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 53.31%
G = 36.19%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.46

RGB Variations

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

Color information

#895D1B (or 0x895D1B) is known color: Afghan Tan. HEX triplet: 89, 5D and 1B. RGB value is (137,93,27). Sum of RGB (Red+Green+Blue) = 137+93+27=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #895D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895D1B is #76A2E4. Grayscale: #626262. Windows color (decimal): -7774949 or 1793417. OLE color: 1793417.

HSL color Cylindrical-coordinate representation of color #895D1B: hue angle of 36º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #895D1B is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 27 -
CMYK 0 0.32 0.80 0.46
HSL 36º 0.67% 0.32% -
HSV(B) 36º 0.8% 0.54% -
XYZ 14.43 13.23 2.83 -
YUV 98.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 137 93 27 0 0.32 0.80 0.46 36 0.67 0.32
Hex 89 5D 1B 0 20 50 2E 24 43 20
Octal 211 135 33 0 40 120 56 44 103 40
Binary 10001001 1011101 11011 0 100000 1010000 101110 100100 1000011 100000

Color Harmonies of #895D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D1B

Black with #895D1B

Text Example


Text Example

White with #895D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,93,27); }

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

background-color css

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

 a { background-color: rgb(137,93,27); }

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

border-color css

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

 span { border-color: rgb(137,93,27); }

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