#8B4557

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

Shades of Cadillac #8B4557

Tints of Cadillac #8B4557

Color information

#8B4557 (or 0x8B4557) is unknown color: approx Cadillac. HEX triplet: 8B, 45 and 57. RGB value is (139,69,87). Sum of RGB (Red+Green+Blue) = 139+69+87=295 (39% of max value = 765). Red value is 139 (54.69% from 255 or 47.12% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4557 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4557 is #74BAA8. Grayscale: #5B5B5B. Windows color (decimal): -7649961 or 5719435. OLE color: 5719435.

HSL color Cylindrical-coordinate representation of color #8B4557: hue angle of 344.57º degrees, saturation: 0.34, 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 #8B4557 is Cyan = 0, Magento = 0.50, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1396987-
CMYK00.500.370.45
HSL344.57º33.65%40.78%-
HSV(B)344.57º50.36%54.51%-
XYZ14.510.4310.27-
YUV91.98125.19161.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.12%
GREEN value IS 69 (27.34% from 255) = 23.39%
BLUE value IS 87 (34.38% from 255) = 29.49%
R=47.12%
G=23.39%
B=29.49%

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
Decimal139698700.500.370.45344.5733.6540.78
Hex8B4557032252D1592229
Octal21310512706245555314251
Binary10001011100010110101110110010100101101101101011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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