Html Css Color HEX #885D19 Afghan Tan

📋 copy color: '#885D19'

red 136 ◦ green 93 ◦ blue 25

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

Shades of Afghan Tan #885D19

Tints of Afghan Tan #885D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 36.61%

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

R = 53.54%
G = 36.61%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885D19 (or 0x885D19) is known color: Afghan Tan. HEX triplet: 88, 5D and 19. RGB value is (136,93,25). Sum of RGB (Red+Green+Blue) = 136+93+25=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 93 (36.72% from 255 or 36.61% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #885D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D19 is #77A2E6. Grayscale: #626262. Windows color (decimal): -7840487 or 1662344. OLE color: 1662344.

HSL color Cylindrical-coordinate representation of color #885D19: hue angle of 36.76º 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 #885D19 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 93 25 -
CMYK 0 0.32 0.82 0.47
HSL 36.76º 0.69% 0.32% -
HSV(B) 36.76º 0.82% 0.53% -
XYZ 14.24 13.13 2.7 -
YUV 98.11 86.75 155.03 -
System Red Green Blue C M Y K H S L
Decimal 136 93 25 0 0.32 0.82 0.47 36.76 0.69 0.32
Hex 88 5D 19 0 20 52 2F 25 45 20
Octal 210 135 31 0 40 122 57 45 105 40
Binary 10001000 1011101 11001 0 100000 1010010 101111 100101 1000101 100000

Color Harmonies of #885D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885D19

Black with #885D19

Text Example


Text Example

White with #885D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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