Html Css Color HEX #895926 Afghan Tan

📋 copy color: '#895926'

red 137 ◦ green 89 ◦ blue 38

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

Shades of Afghan Tan #895926

Tints of Afghan Tan #895926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.71%

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

R = 51.89%
G = 33.71%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895926 (or 0x895926) is known color: Afghan Tan. HEX triplet: 89, 59 and 26. RGB value is (137,89,38). Sum of RGB (Red+Green+Blue) = 137+89+38=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #895926 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895926 is #76A6D9. Grayscale: #616161. Windows color (decimal): -7775962 or 2513289. OLE color: 2513289.

HSL color Cylindrical-coordinate representation of color #895926: hue angle of 30.91º 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 #895926 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 89 38 -
CMYK 0 0.35 0.72 0.46
HSL 30.91º 0.57% 0.34% -
HSV(B) 30.91º 0.72% 0.54% -
XYZ 14.24 12.6 3.52 -
YUV 97.54 94.4 156.15 -
System Red Green Blue C M Y K H S L
Decimal 137 89 38 0 0.35 0.72 0.46 30.91 0.57 0.34
Hex 89 59 26 0 23 48 2E 1F 39 22
Octal 211 131 46 0 43 110 56 37 71 42
Binary 10001001 1011001 100110 0 100011 1001000 101110 11111 111001 100010

Color Harmonies of #895926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895926

Black with #895926

Text Example


Text Example

White with #895926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895926; }

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

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

background-color css

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

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

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

border-color css

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

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

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