#8B425D

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

Shades of Cadillac #8B425D

Tints of Cadillac #8B425D

Color information

#8B425D (or 0x8B425D) is unknown color: approx Cadillac. HEX triplet: 8B, 42 and 5D. RGB value is (139,66,93). Sum of RGB (Red+Green+Blue) = 139+66+93=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B425D is #74BDA2. Grayscale: #5A5A5A. Windows color (decimal): -7650723 or 6111883. OLE color: 6111883.

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

Color convert

RGB1396693-
CMYK00.530.330.45
HSL337.81º35.61%40.2%-
HSV(B)337.81º52.52%54.51%-
XYZ14.5710.1811.55-
YUV90.9129.18162.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=46.64%
G=22.15%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139669300.530.330.45337.8135.6140.2
Hex8B425D035212D1522428
Octal21310213506541555224450
Binary10001011100001010111010110101100001101101101010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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