Html Css Color HEX #995A1F Afghan Tan

📋 copy color: '#995A1F'

red 153 ◦ green 90 ◦ blue 31

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

Shades of Afghan Tan #995A1F

Tints of Afghan Tan #995A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 55.84%
G = 32.85%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#995A1F (or 0x995A1F) is known color: Afghan Tan. HEX triplet: 99, 5A and 1F. RGB value is (153,90,31). Sum of RGB (Red+Green+Blue) = 153+90+31=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #995A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A1F is #66A5E0. Grayscale: #666666. Windows color (decimal): -6727137 or 2054809. OLE color: 2054809.

HSL color Cylindrical-coordinate representation of color #995A1F: hue angle of 29.02º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #995A1F is Cyan = 0, Magento = 0.41, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 31 -
CMYK 0 0.41 0.80 0.4
HSL 29.02º 0.66% 0.36% -
HSV(B) 29.02º 0.8% 0.6% -
XYZ 17.04 14.18 3.14 -
YUV 102.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 153 90 31 0 0.41 0.80 0.4 29.02 0.66 0.36
Hex 99 5A 1F 0 29 50 28 1D 42 24
Octal 231 132 37 0 51 120 50 35 102 44
Binary 10011001 1011010 11111 0 101001 1010000 101000 11101 1000010 100100

Color Harmonies of #995A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A1F

Black with #995A1F

Text Example


Text Example

White with #995A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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