#8B445C

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

Shades of Cadillac #8B445C

Tints of Cadillac #8B445C

Color information

#8B445C (or 0x8B445C) is unknown color: approx Cadillac. HEX triplet: 8B, 44 and 5C. RGB value is (139,68,92). Sum of RGB (Red+Green+Blue) = 139+68+92=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B445C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B445C is #74BBA3. Grayscale: #5B5B5B. Windows color (decimal): -7650212 or 6046859. OLE color: 6046859.

HSL color Cylindrical-coordinate representation of color #8B445C: hue angle of 339.72º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B445C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1396892-
CMYK00.510.340.45
HSL339.72º34.3%40.59%-
HSV(B)339.72º51.08%54.51%-
XYZ14.6510.411.36-
YUV91.96128.02161.55-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 92 (36.33% from 255) = 30.77%
R=46.49%
G=22.74%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139689200.510.340.45339.7234.340.59
Hex8B445C033222D1542229
Octal21310413406342555244251
Binary10001011100010010111000110011100010101101101010100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,68,92); }

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

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

 a { background-color: rgb(139,68,92); }

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

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

 span { border-color: rgb(139,68,92); }

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