Html Css Color HEX #995820 Afghan Tan

📋 copy color: '#995820'

red 153 ◦ green 88 ◦ blue 32

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

Shades of Afghan Tan #995820

Tints of Afghan Tan #995820

RGB

 RED value IS 153 (60.16% from 255) = 56.04%

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

 BLUE value IS 32 (12.89% from 255) = 11.72%

R = 56.04%
G = 32.23%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995820 (or 0x995820) is known color: Afghan Tan. HEX triplet: 99, 58 and 20. RGB value is (153,88,32). Sum of RGB (Red+Green+Blue) = 153+88+32=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #995820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995820 is #66A7DF. Grayscale: #656565. Windows color (decimal): -6727648 or 2119833. OLE color: 2119833.

HSL color Cylindrical-coordinate representation of color #995820: hue angle of 27.77º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #995820 is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 88 32 -
CMYK 0 0.42 0.79 0.4
HSL 27.77º 0.65% 0.36% -
HSV(B) 27.77º 0.79% 0.6% -
XYZ 16.89 13.86 3.15 -
YUV 101.05 89.03 165.05 -
System Red Green Blue C M Y K H S L
Decimal 153 88 32 0 0.42 0.79 0.4 27.77 0.65 0.36
Hex 99 58 20 0 2A 4F 28 1C 41 24
Octal 231 130 40 0 52 117 50 34 101 44
Binary 10011001 1011000 100000 0 101010 1001111 101000 11100 1000001 100100

Color Harmonies of #995820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995820

Black with #995820

Text Example


Text Example

White with #995820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995820; }

 p { color: rgb(153,88,32); }

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

background-color css

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

 a { background-color: rgb(153,88,32); }

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

border-color css

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

 span { border-color: rgb(153,88,32); }

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