Html Css Color HEX #995A20 Afghan Tan

📋 copy color: '#995A20'

red 153 ◦ green 90 ◦ blue 32

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

Shades of Afghan Tan #995A20

Tints of Afghan Tan #995A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.73%

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

R = 55.64%
G = 32.73%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#995A20 (or 0x995A20) is known color: Afghan Tan. HEX triplet: 99, 5A and 20. RGB value is (153,90,32). Sum of RGB (Red+Green+Blue) = 153+90+32=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 90 (35.55% from 255 or 32.73% from 275); Blue value is 32 (12.89% from 255 or 11.64% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #995A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A20 is #66A5DF. Grayscale: #666666. Windows color (decimal): -6727136 or 2120345. OLE color: 2120345.

HSL color Cylindrical-coordinate representation of color #995A20: hue angle of 28.76º 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 #995A20 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 32 -
CMYK 0 0.41 0.79 0.4
HSL 28.76º 0.65% 0.36% -
HSV(B) 28.76º 0.79% 0.6% -
XYZ 17.05 14.19 3.21 -
YUV 102.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 153 90 32 0 0.41 0.79 0.4 28.76 0.65 0.36
Hex 99 5A 20 0 29 4F 28 1D 41 24
Octal 231 132 40 0 51 117 50 35 101 44
Binary 10011001 1011010 100000 0 101001 1001111 101000 11101 1000001 100100

Color Harmonies of #995A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A20

Black with #995A20

Text Example


Text Example

White with #995A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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