Html Css Color HEX #885C19 Afghan Tan

📋 copy color: '#885C19'

red 136 ◦ green 92 ◦ blue 25

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

Shades of Afghan Tan #885C19

Tints of Afghan Tan #885C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.36%

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

R = 53.75%
G = 36.36%
B = 9.88%

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

#885C19 (or 0x885C19) is known color: Afghan Tan. HEX triplet: 88, 5C and 19. RGB value is (136,92,25). Sum of RGB (Red+Green+Blue) = 136+92+25=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #885C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885C19 is #77A3E6. Grayscale: #616161. Windows color (decimal): -7840743 or 1662088. OLE color: 1662088.

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

Color convert

RGB 136 92 25 -
CMYK 0 0.32 0.82 0.47
HSL 36.22º 0.69% 0.32% -
HSV(B) 36.22º 0.82% 0.53% -
XYZ 14.16 12.96 2.67 -
YUV 97.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 136 92 25 0 0.32 0.82 0.47 36.22 0.69 0.32
Hex 88 5C 19 0 20 52 2F 24 45 20
Octal 210 134 31 0 40 122 57 44 105 40
Binary 10001000 1011100 11001 0 100000 1010010 101111 100100 1000101 100000

Color Harmonies of #885C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C19

Black with #885C19

Text Example


Text Example

White with #885C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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