Html Css Color HEX #9C5C24 Afghan Tan

📋 copy color: '#9C5C24'

red 156 ◦ green 92 ◦ blue 36

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

Shades of Afghan Tan #9C5C24

Tints of Afghan Tan #9C5C24

RGB

 RED value IS 156 (61.33% from 255) = 54.93%

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

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

R = 54.93%
G = 32.39%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C5C24 (or 0x9C5C24) is known color: Afghan Tan. HEX triplet: 9C, 5C and 24. RGB value is (156,92,36). Sum of RGB (Red+Green+Blue) = 156+92+36=284 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.93% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C24 is #63A3DB. Grayscale: #696969. Windows color (decimal): -6530012 or 2383004. OLE color: 2383004.

HSL color Cylindrical-coordinate representation of color #9C5C24: hue angle of 28º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9C5C24 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 92 36 -
CMYK 0 0.41 0.77 0.39
HSL 28º 0.63% 0.38% -
HSV(B) 28º 0.77% 0.61% -
XYZ 17.86 14.85 3.59 -
YUV 104.75 89.2 164.55 -
System Red Green Blue C M Y K H S L
Decimal 156 92 36 0 0.41 0.77 0.39 28 0.63 0.38
Hex 9C 5C 24 0 29 4D 27 1C 3E 26
Octal 234 134 44 0 51 115 47 34 76 46
Binary 10011100 1011100 100100 0 101001 1001101 100111 11100 111110 100110

Color Harmonies of #9C5C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5C24

Black with #9C5C24

Text Example


Text Example

White with #9C5C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C5C24; }

 p { color: rgb(156,92,36); }

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

background-color css

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

 a { background-color: rgb(156,92,36); }

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

border-color css

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

 span { border-color: rgb(156,92,36); }

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