Html Css Color HEX #885815 Afghan Tan

📋 copy color: '#885815'

red 136 ◦ green 88 ◦ blue 21

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

Shades of Afghan Tan #885815

Tints of Afghan Tan #885815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.57%

R = 55.51%
G = 35.92%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#885815 (or 0x885815) is known color: Afghan Tan. HEX triplet: 88, 58 and 15. RGB value is (136,88,21). Sum of RGB (Red+Green+Blue) = 136+88+21=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885815 is #77A7EA. Grayscale: #5F5F5F. Windows color (decimal): -7841771 or 1398920. OLE color: 1398920.

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

Color convert

RGB 136 88 21 -
CMYK 0 0.35 0.85 0.47
HSL 34.96º 0.73% 0.31% -
HSV(B) 34.96º 0.85% 0.53% -
XYZ 13.78 12.27 2.35 -
YUV 94.71 86.4 157.45 -
System Red Green Blue C M Y K H S L
Decimal 136 88 21 0 0.35 0.85 0.47 34.96 0.73 0.31
Hex 88 58 15 0 23 55 2F 23 49 1F
Octal 210 130 25 0 43 125 57 43 111 37
Binary 10001000 1011000 10101 0 100011 1010101 101111 100011 1001001 11111

Color Harmonies of #885815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885815

Black with #885815

Text Example


Text Example

White with #885815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885815; }

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

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

background-color css

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

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

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

border-color css

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

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

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