#944756

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

Shades of Cadillac #944756

Tints of Cadillac #944756

Color information

#944756 (or 0x944756) is unknown color: approx Cadillac. HEX triplet: 94, 47 and 56. RGB value is (148,71,86). Sum of RGB (Red+Green+Blue) = 148+71+86=305 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.52% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 148 - color contains mainly: red. Hex color #944756 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944756 is #6BB8A9. Grayscale: #5F5F5F. Windows color (decimal): -7059626 or 5654420. OLE color: 5654420.

HSL color Cylindrical-coordinate representation of color #944756: hue angle of 348.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944756 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB1487186-
CMYK00.520.420.42
HSL348.31º35.16%42.94%-
HSV(B)348.31º52.03%58.04%-
XYZ16.1511.4710.17-
YUV95.73122.51165.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.52%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=48.52%
G=23.28%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148718600.520.420.42348.3135.1642.94
Hex9447560342A2A15c232b
Octal22410712606452525344353
Binary10010100100011110101100110100101010101010101011100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944756; }

 p { color: rgb(148,71,86); }

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

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

 a { background-color: rgb(148,71,86); }

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

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

 span { border-color: rgb(148,71,86); }

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