Html Css Color HEX #9C5D24 Afghan Tan

📋 copy color: '#9C5D24'

red 156 ◦ green 93 ◦ blue 36

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

Shades of Afghan Tan #9C5D24

Tints of Afghan Tan #9C5D24

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.63%

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

R = 54.74%
G = 32.63%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9C5D24 (or 0x9C5D24) is known color: Afghan Tan. HEX triplet: 9C, 5D and 24. RGB value is (156,93,36). Sum of RGB (Red+Green+Blue) = 156+93+36=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5D24 is #63A2DB. Grayscale: #696969. Windows color (decimal): -6529756 or 2383260. OLE color: 2383260.

HSL color Cylindrical-coordinate representation of color #9C5D24: hue angle of 28.5º 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 #9C5D24 is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 93 36 -
CMYK 0 0.40 0.77 0.39
HSL 28.5º 0.63% 0.38% -
HSV(B) 28.5º 0.77% 0.61% -
XYZ 17.94 15.02 3.62 -
YUV 105.34 88.87 164.13 -
System Red Green Blue C M Y K H S L
Decimal 156 93 36 0 0.40 0.77 0.39 28.5 0.63 0.38
Hex 9C 5D 24 0 28 4D 27 1C 3E 26
Octal 234 135 44 0 50 115 47 34 76 46
Binary 10011100 1011101 100100 0 101000 1001101 100111 11100 111110 100110

Color Harmonies of #9C5D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5D24

Black with #9C5D24

Text Example


Text Example

White with #9C5D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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