Html Css Color HEX #885819 Afghan Tan

📋 copy color: '#885819'

red 136 ◦ green 88 ◦ blue 25

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

Shades of Afghan Tan #885819

Tints of Afghan Tan #885819

RGB

 RED value IS 136 (53.52% from 255) = 54.62%

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

 BLUE value IS 25 (10.16% from 255) = 10.04%

R = 54.62%
G = 35.34%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885819 (or 0x885819) is known color: Afghan Tan. HEX triplet: 88, 58 and 19. RGB value is (136,88,25). Sum of RGB (Red+Green+Blue) = 136+88+25=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #885819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885819 is #77A7E6. Grayscale: #5F5F5F. Windows color (decimal): -7841767 or 1661064. OLE color: 1661064.

HSL color Cylindrical-coordinate representation of color #885819: hue angle of 34.05º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #885819 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 25 -
CMYK 0 0.35 0.82 0.47
HSL 34.05º 0.69% 0.32% -
HSV(B) 34.05º 0.82% 0.53% -
XYZ 13.82 12.28 2.56 -
YUV 95.17 88.4 157.12 -
System Red Green Blue C M Y K H S L
Decimal 136 88 25 0 0.35 0.82 0.47 34.05 0.69 0.32
Hex 88 58 19 0 23 52 2F 22 45 20
Octal 210 130 31 0 43 122 57 42 105 40
Binary 10001000 1011000 11001 0 100011 1010010 101111 100010 1000101 100000

Color Harmonies of #885819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885819

Black with #885819

Text Example


Text Example

White with #885819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885819; }

 p { color: rgb(136,88,25); }

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

background-color css

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

 a { background-color: rgb(136,88,25); }

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

border-color css

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

 span { border-color: rgb(136,88,25); }

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