Html Css Color HEX #895426 Afghan Tan

📋 copy color: '#895426'

red 137 ◦ green 84 ◦ blue 38

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

Shades of Afghan Tan #895426

Tints of Afghan Tan #895426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 38 (15.23% from 255) = 14.67%

R = 52.9%
G = 32.43%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895426 (or 0x895426) is known color: Afghan Tan. HEX triplet: 89, 54 and 26. RGB value is (137,84,38). Sum of RGB (Red+Green+Blue) = 137+84+38=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #895426 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895426 is #76ABD9. Grayscale: #5E5E5E. Windows color (decimal): -7777242 or 2512009. OLE color: 2512009.

HSL color Cylindrical-coordinate representation of color #895426: hue angle of 27.88º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #895426 is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 84 38 -
CMYK 0 0.39 0.72 0.46
HSL 27.88º 0.57% 0.34% -
HSV(B) 27.88º 0.72% 0.54% -
XYZ 13.84 11.8 3.38 -
YUV 94.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 137 84 38 0 0.39 0.72 0.46 27.88 0.57 0.34
Hex 89 54 26 0 27 48 2E 1C 39 22
Octal 211 124 46 0 47 110 56 34 71 42
Binary 10001001 1010100 100110 0 100111 1001000 101110 11100 111001 100010

Color Harmonies of #895426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895426

Black with #895426

Text Example


Text Example

White with #895426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895426; }

 p { color: rgb(137,84,38); }

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

background-color css

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

 a { background-color: rgb(137,84,38); }

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

border-color css

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

 span { border-color: rgb(137,84,38); }

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