Html Css Color HEX #895C18 Afghan Tan

📋 copy color: '#895C18'

red 137 ◦ green 92 ◦ blue 24

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

Shades of Afghan Tan #895C18

Tints of Afghan Tan #895C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 54.15%
G = 36.36%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#895C18 (or 0x895C18) is known color: Afghan Tan. HEX triplet: 89, 5C and 18. RGB value is (137,92,24). Sum of RGB (Red+Green+Blue) = 137+92+24=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895C18 is #76A3E7. Grayscale: #626262. Windows color (decimal): -7775208 or 1596553. OLE color: 1596553.

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

Color convert

RGB 137 92 24 -
CMYK 0 0.33 0.82 0.46
HSL 36.11º 0.7% 0.32% -
HSV(B) 36.11º 0.82% 0.54% -
XYZ 14.31 13.04 2.63 -
YUV 97.7 86.41 156.03 -
System Red Green Blue C M Y K H S L
Decimal 137 92 24 0 0.33 0.82 0.46 36.11 0.7 0.32
Hex 89 5C 18 0 21 52 2E 24 46 20
Octal 211 134 30 0 41 122 56 44 106 40
Binary 10001001 1011100 11000 0 100001 1010010 101110 100100 1000110 100000

Color Harmonies of #895C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C18

Black with #895C18

Text Example


Text Example

White with #895C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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