#9B5C28

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

Shades of Afghan Tan #9B5C28

Tints of Afghan Tan #9B5C28

Color information

#9B5C28 (or 0x9B5C28) is unknown color: approx Afghan Tan. HEX triplet: 9B, 5C and 28. RGB value is (155,92,40). Sum of RGB (Red+Green+Blue) = 155+92+40=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5C28 is #64A3D7. Grayscale: #696969. Windows color (decimal): -6595544 or 2645147. OLE color: 2645147.

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

Color convert

RGB1559240-
CMYK00.410.740.39
HSL27.13º58.97%38.24%-
HSV(B)27.13º74.19%60.78%-
XYZ17.7314.783.93-
YUV104.9191.37163.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 40 (16.02% from 255) = 13.94%
R=54.01%
G=32.06%
B=13.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155924000.410.740.3927.1358.9738.24
Hex9B5C280294A271b3b26
Octal2331345005111247337346
Binary1001101110111001010000101001100101010011111011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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