Html Css Color HEX #885E1A Afghan Tan

📋 copy color: '#885E1A'

red 136 ◦ green 94 ◦ blue 26

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

Shades of Afghan Tan #885E1A

Tints of Afghan Tan #885E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.72%

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 53.13%
G = 36.72%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.47

RGB Variations

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

Color information

#885E1A (or 0x885E1A) is known color: Afghan Tan. HEX triplet: 88, 5E and 1A. RGB value is (136,94,26). Sum of RGB (Red+Green+Blue) = 136+94+26=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #885E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E1A is #77A1E5. Grayscale: #636363. Windows color (decimal): -7840230 or 1728136. OLE color: 1728136.

HSL color Cylindrical-coordinate representation of color #885E1A: hue angle of 37.09º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #885E1A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 94 26 -
CMYK 0 0.31 0.81 0.47
HSL 37.09º 0.68% 0.32% -
HSV(B) 37.09º 0.81% 0.53% -
XYZ 14.34 13.31 2.79 -
YUV 98.81 86.91 154.53 -
System Red Green Blue C M Y K H S L
Decimal 136 94 26 0 0.31 0.81 0.47 37.09 0.68 0.32
Hex 88 5E 1A 0 1F 51 2F 25 44 20
Octal 210 136 32 0 37 121 57 45 104 40
Binary 10001000 1011110 11010 0 11111 1010001 101111 100101 1000100 100000

Color Harmonies of #885E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E1A

Black with #885E1A

Text Example


Text Example

White with #885E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885E1A; }

 p { color: rgb(136,94,26); }

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

background-color css

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

 a { background-color: rgb(136,94,26); }

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

border-color css

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

 span { border-color: rgb(136,94,26); }

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