#9B5C24

Color #9B5C24 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #9B5C24

Tints of Afghan Tan #9B5C24

Color information

#9B5C24 (or 0x9B5C24) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5C and 24. RGB value is (155,92,36). Sum of RGB (Red+Green+Blue) = 155+92+36=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C24 is #64A3DB. Grayscale: #686868. Windows color (decimal): -6595548 or 2383003. OLE color: 2383003.

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

Color convert

RGB1559236-
CMYK00.410.770.39
HSL28.24º62.3%37.45%-
HSV(B)28.24º76.77%60.78%-
XYZ17.6614.753.59-
YUV104.4589.37164.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 36 (14.45% from 255) = 12.72%
R=54.77%
G=32.51%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155923600.410.770.3928.2462.337.45
Hex9B5C240294D271c3e25
Octal2331344405111547347645
Binary1001101110111001001000101001100110110011111100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B5C24;
 }
 .AnyTagClassName
 {
   color: #9B5C24;
 }
</style>
background-color css

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

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

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

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

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

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