#956353

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

Shades of Au Chico #956353

Tints of Au Chico #956353

Color information

#956353 (or 0x956353) is unknown color: approx Au Chico. HEX triplet: 95, 63 and 53. RGB value is (149,99,83). Sum of RGB (Red+Green+Blue) = 149+99+83=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #956353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956353 is #6A9CAC. Grayscale: #707070. Windows color (decimal): -6986925 or 5464981. OLE color: 5464981.

HSL color Cylindrical-coordinate representation of color #956353: hue angle of 14.55º 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 #956353 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1499983-
CMYK00.340.440.42
HSL14.55º28.45%45.49%-
HSV(B)14.55º44.3%58.43%-
XYZ18.4215.9410.29-
YUV112.13111.56154.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 83 (32.81% from 255) = 25.08%
R=45.02%
G=29.91%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149998300.340.440.4214.5528.4545.49
Hex9563530222C2Af1c2d
Octal2251431230425452173455
Binary10010101110001110100110100010101100101010111111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956353; }

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

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

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

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

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

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

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

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