#9B5E53

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

Shades of Au Chico #9B5E53

Tints of Au Chico #9B5E53

Color information

#9B5E53 (or 0x9B5E53) is unknown color: approx Au Chico. HEX triplet: 9B, 5E and 53. RGB value is (155,94,83). Sum of RGB (Red+Green+Blue) = 155+94+83=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E53 is #64A1AC. Grayscale: #6F6F6F. Windows color (decimal): -6594989 or 5463707. OLE color: 5463707.

HSL color Cylindrical-coordinate representation of color #9B5E53: hue angle of 9.17º 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 #9B5E53 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1559483-
CMYK00.390.460.39
HSL9.17º30.25%46.67%-
HSV(B)9.17º46.45%60.78%-
XYZ19.0815.610.19-
YUV110.98112.21159.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 46.69%
GREEN value IS 94 (37.11% from 255) = 28.31%
BLUE value IS 83 (32.81% from 255) = 25%
R=46.69%
G=28.31%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155948300.390.460.399.1730.2546.67
Hex9B5E530272E2791e2f
Octal2331361230475647113657
Binary10011011101111010100110100111101110100111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,83); }

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

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

 a { background-color: rgb(155,94,83); }

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

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

 span { border-color: rgb(155,94,83); }

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