#8F425F

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

Shades of Cadillac #8F425F

Tints of Cadillac #8F425F

Color information

#8F425F (or 0x8F425F) is unknown color: approx Cadillac. HEX triplet: 8F, 42 and 5F. RGB value is (143,66,95). Sum of RGB (Red+Green+Blue) = 143+66+95=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 143 - color contains mainly: red. Hex color #8F425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F425F is #70BDA0. Grayscale: #5C5C5C. Windows color (decimal): -7388577 or 6242959. OLE color: 6242959.

HSL color Cylindrical-coordinate representation of color #8F425F: hue angle of 337.4º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8F425F is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB1436695-
CMYK00.540.340.44
HSL337.4º36.84%40.98%-
HSV(B)337.4º53.85%56.08%-
XYZ15.3410.5612.06-
YUV92.33129.51164.14-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 47.04%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 95 (37.5% from 255) = 31.25%
R=47.04%
G=21.71%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143669500.540.340.44337.436.8440.98
Hex8F425F036222C1512529
Octal21710213706642545214551
Binary10001111100001010111110110110100010101100101010001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F425F; }

 p { color: rgb(143,66,95); }

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

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

 a { background-color: rgb(143,66,95); }

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

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

 span { border-color: rgb(143,66,95); }

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