#8B4257

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

Shades of Cadillac #8B4257

Tints of Cadillac #8B4257

Color information

#8B4257 (or 0x8B4257) is unknown color: approx Cadillac. HEX triplet: 8B, 42 and 57. RGB value is (139,66,87). Sum of RGB (Red+Green+Blue) = 139+66+87=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 87 (34.38% from 255 or 29.79% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4257 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4257 is #74BDA8. Grayscale: #5A5A5A. Windows color (decimal): -7650729 or 5718667. OLE color: 5718667.

HSL color Cylindrical-coordinate representation of color #8B4257: hue angle of 342.74º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B4257 is Cyan = 0, Magento = 0.53, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB1396687-
CMYK00.530.370.45
HSL342.74º35.61%40.2%-
HSV(B)342.74º52.52%54.51%-
XYZ14.3210.0710.21-
YUV90.22126.18162.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 87 (34.38% from 255) = 29.79%
R=47.60%
G=22.60%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139668700.530.370.45342.7435.6140.2
Hex8B4257035252D1572428
Octal21310212706545555274450
Binary10001011100001010101110110101100101101101101010111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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