Html Css Color HEX #885419 Afghan Tan

📋 copy color: '#885419'

red 136 ◦ green 84 ◦ blue 25

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

Shades of Afghan Tan #885419

Tints of Afghan Tan #885419

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.29%

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

R = 55.51%
G = 34.29%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#885419 (or 0x885419) is known color: Afghan Tan. HEX triplet: 88, 54 and 19. RGB value is (136,84,25). Sum of RGB (Red+Green+Blue) = 136+84+25=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885419 is #77ABE6. Grayscale: #5D5D5D. Windows color (decimal): -7842791 or 1660040. OLE color: 1660040.

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

Color convert

RGB 136 84 25 -
CMYK 0 0.38 0.82 0.47
HSL 31.89º 0.69% 0.32% -
HSV(B) 31.89º 0.82% 0.53% -
XYZ 13.5 11.65 2.46 -
YUV 92.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 136 84 25 0 0.38 0.82 0.47 31.89 0.69 0.32
Hex 88 54 19 0 26 52 2F 20 45 20
Octal 210 124 31 0 46 122 57 40 105 40
Binary 10001000 1010100 11001 0 100110 1010010 101111 100000 1000101 100000

Color Harmonies of #885419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885419

Black with #885419

Text Example


Text Example

White with #885419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885419; }

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

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

background-color css

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

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

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

border-color css

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

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

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