#9B5D54

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

Shades of Au Chico #9B5D54

Tints of Au Chico #9B5D54

Color information

#9B5D54 (or 0x9B5D54) is unknown color: approx Au Chico. HEX triplet: 9B, 5D and 54. RGB value is (155,93,84). Sum of RGB (Red+Green+Blue) = 155+93+84=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D54 is #64A2AB. Grayscale: #6E6E6E. Windows color (decimal): -6595244 or 5528987. OLE color: 5528987.

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

Color convert

RGB1559384-
CMYK00.40.460.39
HSL7.61º29.71%46.86%-
HSV(B)7.61º45.81%60.78%-
XYZ19.0315.4410.36-
YUV110.51113.04159.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 84 (33.20% from 255) = 25.30%
R=46.69%
G=28.01%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155938400.40.460.397.6129.7146.86
Hex9B5D540282E2781e2f
Octal2331351240505647103657
Binary10011011101110110101000101000101110100111100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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