#9F455F

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

Shades of Cadillac #9F455F

Tints of Cadillac #9F455F

Color information

#9F455F (or 0x9F455F) is unknown color: approx Cadillac. HEX triplet: 9F, 45 and 5F. RGB value is (159,69,95). Sum of RGB (Red+Green+Blue) = 159+69+95=323 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.23% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 159 - color contains mainly: red. Hex color #9F455F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F455F is #60BAA0. Grayscale: #626262. Windows color (decimal): -6339233 or 6243743. OLE color: 6243743.

HSL color Cylindrical-coordinate representation of color #9F455F: hue angle of 342.67º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F455F is Cyan = 0, Magento = 0.57, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1596995-
CMYK00.570.400.38
HSL342.67º39.47%44.71%-
HSV(B)342.67º56.6%62.35%-
XYZ18.4912.4512.26-
YUV98.87125.82170.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 49.23%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=49.23%
G=21.36%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159699500.570.400.38342.6739.4744.71
Hex9F455F0392826157272d
Octal23710513707150465274755
Binary10011111100010110111110111001101000100110101010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F455F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F455F; }

 p { color: rgb(159,69,95); }

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

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

 a { background-color: rgb(159,69,95); }

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

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

 span { border-color: rgb(159,69,95); }

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