#955e54

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

Shades of Au Chico #955E54

Tints of Au Chico #955E54

Color information

#955E54 (or 0x955E54) is unknown color: approx Au Chico. HEX triplet: 95, 5E and 54. RGB value is (149,94,84). Sum of RGB (Red+Green+Blue) = 149+94+84=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955E54 is #6AA1AB. Grayscale: #6D6D6D. Windows color (decimal): -6988204 or 5529237. OLE color: 5529237.

HSL color Cylindrical-coordinate representation of color #955E54: hue angle of 9.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955E54 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1499484-
CMYK00.370.440.42
HSL9.23º27.9%45.69%-
HSV(B)9.23º43.62%58.43%-
XYZ1815.0410.34-
YUV109.3113.72156.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=45.57%
G=28.75%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149948400.370.440.429.2327.945.69
Hex955E540252C2A91c2e
Octal2251361240455452113456
Binary10010101101111010101000100101101100101010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955e54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955e54; }

 p { color: rgb(149,94,84); }

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

<style>
 a { background-color: #955e54; }

 a { background-color: rgb(149,94,84); }

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

<style>
 span { border-color: #955e54; }

 span { border-color: rgb(149,94,84); }

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