Html Css Color HEX #895826 Afghan Tan

📋 copy color: '#895826'

red 137 ◦ green 88 ◦ blue 38

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

Shades of Afghan Tan #895826

Tints of Afghan Tan #895826

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.46%

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

R = 52.09%
G = 33.46%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#895826 (or 0x895826) is known color: Afghan Tan. HEX triplet: 89, 58 and 26. RGB value is (137,88,38). Sum of RGB (Red+Green+Blue) = 137+88+38=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 88 (34.77% from 255 or 33.46% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #895826 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895826 is #76A7D9. Grayscale: #616161. Windows color (decimal): -7776218 or 2513033. OLE color: 2513033.

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

Color convert

RGB 137 88 38 -
CMYK 0 0.36 0.72 0.46
HSL 30.3º 0.57% 0.34% -
HSV(B) 30.3º 0.72% 0.54% -
XYZ 14.16 12.44 3.49 -
YUV 96.95 94.73 156.57 -
System Red Green Blue C M Y K H S L
Decimal 137 88 38 0 0.36 0.72 0.46 30.3 0.57 0.34
Hex 89 58 26 0 24 48 2E 1E 39 22
Octal 211 130 46 0 44 110 56 36 71 42
Binary 10001001 1011000 100110 0 100100 1001000 101110 11110 111001 100010

Color Harmonies of #895826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895826

Black with #895826

Text Example


Text Example

White with #895826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895826; }

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

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

background-color css

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

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

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

border-color css

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

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

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