#944B5B

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

Shades of Cadillac #944B5B

Tints of Cadillac #944B5B

Color information

#944B5B (or 0x944B5B) is unknown color: approx Cadillac. HEX triplet: 94, 4B and 5B. RGB value is (148,75,91). Sum of RGB (Red+Green+Blue) = 148+75+91=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #944B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B5B is #6BB4A4. Grayscale: #626262. Windows color (decimal): -7058597 or 5983124. OLE color: 5983124.

HSL color Cylindrical-coordinate representation of color #944B5B: hue angle of 346.85º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944B5B is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1487591-
CMYK00.490.390.42
HSL346.85º32.74%43.73%-
HSV(B)346.85º49.32%58.04%-
XYZ16.6212.0811.35-
YUV98.65123.68163.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 47.13%
GREEN value IS 75 (29.69% from 255) = 23.89%
BLUE value IS 91 (35.94% from 255) = 28.98%
R=47.13%
G=23.89%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148759100.490.390.42346.8532.7443.73
Hex944B5B031272A15b212c
Octal22411313306147525334154
Binary10010100100101110110110110001100111101010101011011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944B5B; }

 p { color: rgb(148,75,91); }

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

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

 a { background-color: rgb(148,75,91); }

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

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

 span { border-color: rgb(148,75,91); }

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