Html Css Color HEX #9C5C26 Afghan Tan

📋 copy color: '#9C5C26'

red 156 ◦ green 92 ◦ blue 38

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

Shades of Afghan Tan #9C5C26

Tints of Afghan Tan #9C5C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.29%

R = 54.55%
G = 32.17%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.39

RGB Variations

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

Color information

#9C5C26 (or 0x9C5C26) is known color: Afghan Tan. HEX triplet: 9C, 5C and 26. RGB value is (156,92,38). Sum of RGB (Red+Green+Blue) = 156+92+38=286 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.55% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C26 is #63A3D9. Grayscale: #696969. Windows color (decimal): -6530010 or 2514076. OLE color: 2514076.

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

Color convert

RGB 156 92 38 -
CMYK 0 0.41 0.76 0.39
HSL 27.46º 0.61% 0.38% -
HSV(B) 27.46º 0.76% 0.61% -
XYZ 17.89 14.86 3.76 -
YUV 104.98 90.2 164.39 -
System Red Green Blue C M Y K H S L
Decimal 156 92 38 0 0.41 0.76 0.39 27.46 0.61 0.38
Hex 9C 5C 26 0 29 4C 27 1B 3D 26
Octal 234 134 46 0 51 114 47 33 75 46
Binary 10011100 1011100 100110 0 101001 1001100 100111 11011 111101 100110

Color Harmonies of #9C5C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5C26

Black with #9C5C26

Text Example


Text Example

White with #9C5C26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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