Html Css Color HEX #895A1A Afghan Tan

📋 copy color: '#895A1A'

red 137 ◦ green 90 ◦ blue 26

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

Shades of Afghan Tan #895A1A

Tints of Afghan Tan #895A1A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.57%

 BLUE value IS 26 (10.55% from 255) = 10.28%

R = 54.15%
G = 35.57%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#895A1A (or 0x895A1A) is known color: Afghan Tan. HEX triplet: 89, 5A and 1A. RGB value is (137,90,26). Sum of RGB (Red+Green+Blue) = 137+90+26=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #895A1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895A1A is #76A5E5. Grayscale: #616161. Windows color (decimal): -7775718 or 1727113. OLE color: 1727113.

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

Color convert

RGB 137 90 26 -
CMYK 0 0.34 0.81 0.46
HSL 34.59º 0.68% 0.32% -
HSV(B) 34.59º 0.81% 0.54% -
XYZ 14.16 12.71 2.68 -
YUV 96.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 137 90 26 0 0.34 0.81 0.46 34.59 0.68 0.32
Hex 89 5A 1A 0 22 51 2E 23 44 20
Octal 211 132 32 0 42 121 56 43 104 40
Binary 10001001 1011010 11010 0 100010 1010001 101110 100011 1000100 100000

Color Harmonies of #895A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895A1A

Black with #895A1A

Text Example


Text Example

White with #895A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,90,26); }

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

background-color css

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

 a { background-color: rgb(137,90,26); }

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

border-color css

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

 span { border-color: rgb(137,90,26); }

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