#8B4657

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

Shades of Cadillac #8B4657

Tints of Cadillac #8B4657

Color information

#8B4657 (or 0x8B4657) is unknown color: approx Cadillac. HEX triplet: 8B, 46 and 57. RGB value is (139,70,87). Sum of RGB (Red+Green+Blue) = 139+70+87=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 87 (34.38% from 255 or 29.39% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4657 is #74B9A8. Grayscale: #5C5C5C. Windows color (decimal): -7649705 or 5719691. OLE color: 5719691.

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

Color convert

RGB1397087-
CMYK00.500.370.45
HSL345.22º33.01%40.98%-
HSV(B)345.22º49.64%54.51%-
XYZ14.5610.5610.29-
YUV92.57124.86161.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 70 (27.73% from 255) = 23.65%
BLUE value IS 87 (34.38% from 255) = 29.39%
R=46.96%
G=23.65%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139708700.500.370.45345.2233.0140.98
Hex8B4657032252D1592129
Octal21310612706245555314151
Binary10001011100011010101110110010100101101101101011001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,87); }

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

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

 a { background-color: rgb(139,70,87); }

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

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

 span { border-color: rgb(139,70,87); }

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