#955F53

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

Shades of Au Chico #955F53

Tints of Au Chico #955F53

Color information

#955F53 (or 0x955F53) is unknown color: approx Au Chico. HEX triplet: 95, 5F and 53. RGB value is (149,95,83). Sum of RGB (Red+Green+Blue) = 149+95+83=327 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.57% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 149 - color contains mainly: red. Hex color #955F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F53 is #6AA0AC. Grayscale: #6D6D6D. Windows color (decimal): -6987949 or 5463957. OLE color: 5463957.

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

Color convert

RGB1499583-
CMYK00.360.440.42
HSL10.91º28.45%45.49%-
HSV(B)10.91º44.3%58.43%-
XYZ18.0515.210.17-
YUV109.78112.89155.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.57%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=45.57%
G=29.05%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149958300.360.440.4210.9128.4545.49
Hex955F530242C2Ab1c2d
Octal2251371230445452133455
Binary10010101101111110100110100100101100101010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,95,83); }

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

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

 a { background-color: rgb(149,95,83); }

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

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

 span { border-color: rgb(149,95,83); }

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