#8B4556

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

Shades of Cadillac #8B4556

Tints of Cadillac #8B4556

Color information

#8B4556 (or 0x8B4556) is unknown color: approx Cadillac. HEX triplet: 8B, 45 and 56. RGB value is (139,69,86). Sum of RGB (Red+Green+Blue) = 139+69+86=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4556 is #74BAA9. Grayscale: #5B5B5B. Windows color (decimal): -7649962 or 5653899. OLE color: 5653899.

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

Color convert

RGB1396986-
CMYK00.500.380.45
HSL345.43º33.65%40.78%-
HSV(B)345.43º50.36%54.51%-
XYZ14.4610.4210.05-
YUV91.87124.69161.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 86 (33.98% from 255) = 29.25%
R=47.28%
G=23.47%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139698600.500.380.45345.4333.6540.78
Hex8B4556032262D1592229
Octal21310512606246555314251
Binary10001011100010110101100110010100110101101101011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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