#94436F

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

Shades of Cadillac #94436F

Tints of Cadillac #94436F

Color information

#94436F (or 0x94436F) is unknown color: approx Cadillac. HEX triplet: 94, 43 and 6F. RGB value is (148,67,111). Sum of RGB (Red+Green+Blue) = 148+67+111=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 67 (26.56% from 255 or 20.55% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 148 - color contains mainly: red. Hex color #94436F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94436F is #6BBC90. Grayscale: #606060. Windows color (decimal): -7060625 or 7291796. OLE color: 7291796.

HSL color Cylindrical-coordinate representation of color #94436F: hue angle of 327.41º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94436F is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB14867111-
CMYK00.550.250.42
HSL327.41º37.67%42.16%-
HSV(B)327.41º54.73%58.04%-
XYZ17.0911.4616.35-
YUV96.23136.34164.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.40%
GREEN value IS 67 (26.56% from 255) = 20.55%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=45.40%
G=20.55%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486711100.550.250.42327.4137.6742.16
Hex94436F037192A147262a
Octal22410315706731525074652
Binary1001010010000111101111011011111001101010101000111100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94436F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94436F; }

 p { color: rgb(148,67,111); }

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

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

 a { background-color: rgb(148,67,111); }

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

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

 span { border-color: rgb(148,67,111); }

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