Html Css Color HEX #995A24 Afghan Tan

📋 copy color: '#995A24'

red 153 ◦ green 90 ◦ blue 36

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

Shades of Afghan Tan #995A24

Tints of Afghan Tan #995A24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.9%

R = 54.84%
G = 32.26%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.4

RGB Variations

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

Color information

#995A24 (or 0x995A24) is known color: Afghan Tan. HEX triplet: 99, 5A and 24. RGB value is (153,90,36). Sum of RGB (Red+Green+Blue) = 153+90+36=279 (36% of max value = 765). Red value is 153 (60.16% from 255 or 54.84% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 153 - color contains mainly: red. Hex color #995A24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995A24 is #66A5DB. Grayscale: #666666. Windows color (decimal): -6727132 or 2382489. OLE color: 2382489.

HSL color Cylindrical-coordinate representation of color #995A24: hue angle of 27.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #995A24 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 90 36 -
CMYK 0 0.41 0.76 0.4
HSL 27.69º 0.62% 0.37% -
HSV(B) 27.69º 0.76% 0.6% -
XYZ 17.11 14.21 3.51 -
YUV 102.68 90.37 163.89 -
System Red Green Blue C M Y K H S L
Decimal 153 90 36 0 0.41 0.76 0.4 27.69 0.62 0.37
Hex 99 5A 24 0 29 4C 28 1C 3E 25
Octal 231 132 44 0 51 114 50 34 76 45
Binary 10011001 1011010 100100 0 101001 1001100 101000 11100 111110 100101

Color Harmonies of #995A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995A24

Black with #995A24

Text Example


Text Example

White with #995A24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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