#9B5D57

Color #9B5D57 Au Chico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Au Chico #9B5D57

Tints of Au Chico #9B5D57

Color information

#9B5D57 (or 0x9B5D57) is unknown color: approx Au Chico. HEX triplet: 9B, 5D and 57. RGB value is (155,93,87). Sum of RGB (Red+Green+Blue) = 155+93+87=335 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.27% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D57 is #64A2A8. Grayscale: #6E6E6E. Windows color (decimal): -6595241 or 5725595. OLE color: 5725595.

HSL color Cylindrical-coordinate representation of color #9B5D57: hue angle of 5.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B5D57 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB1559387-
CMYK00.40.440.39
HSL5.29º28.1%47.45%-
HSV(B)5.29º43.87%60.78%-
XYZ19.1515.4911-
YUV110.85114.54159.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.27%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=46.27%
G=27.76%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155938700.40.440.395.2928.147.45
Hex9B5D570282C2751c2f
Octal233135127050544753457
Binary1001101110111011010111010100010110010011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,93,87); }

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

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

 a { background-color: rgb(155,93,87); }

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

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

 span { border-color: rgb(155,93,87); }

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