#8B425E

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

Shades of Cadillac #8B425E

Tints of Cadillac #8B425E

Color information

#8B425E (or 0x8B425E) is unknown color: approx Cadillac. HEX triplet: 8B, 42 and 5E. RGB value is (139,66,94). Sum of RGB (Red+Green+Blue) = 139+66+94=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B425E is #74BDA1. Grayscale: #5A5A5A. Windows color (decimal): -7650722 or 6177419. OLE color: 6177419.

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

Color convert

RGB1396694-
CMYK00.530.320.45
HSL336.99º35.61%40.2%-
HSV(B)336.99º52.52%54.51%-
XYZ14.6210.1911.79-
YUV91.02129.68162.22-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 66 (26.17% from 255) = 22.07%
BLUE value IS 94 (37.11% from 255) = 31.44%
R=46.49%
G=22.07%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139669400.530.320.45336.9935.6140.2
Hex8B425E035202D1512428
Octal21310213606540555214450
Binary10001011100001010111100110101100000101101101010001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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