#8F475F

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

Shades of Cadillac #8F475F

Tints of Cadillac #8F475F

Color information

#8F475F (or 0x8F475F) is unknown color: approx Cadillac. HEX triplet: 8F, 47 and 5F. RGB value is (143,71,95). Sum of RGB (Red+Green+Blue) = 143+71+95=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F475F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F475F is #70B8A0. Grayscale: #5F5F5F. Windows color (decimal): -7387297 or 6244239. OLE color: 6244239.

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

Color convert

RGB1437195-
CMYK00.500.340.44
HSL340º33.64%41.96%-
HSV(B)340º50.35%56.08%-
XYZ15.6511.1712.16-
YUV95.26127.85162.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 46.28%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 95 (37.5% from 255) = 30.74%
R=46.28%
G=22.98%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143719500.500.340.4434033.6441.96
Hex8F475F032222C154222a
Octal21710713706242545244252
Binary10001111100011110111110110010100010101100101010100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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