#8A425E

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

Shades of Cadillac #8A425E

Tints of Cadillac #8A425E

Color information

#8A425E (or 0x8A425E) is unknown color: approx Cadillac. HEX triplet: 8A, 42 and 5E. RGB value is (138,66,94). Sum of RGB (Red+Green+Blue) = 138+66+94=298 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.31% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 138 - color contains mainly: red. Hex color #8A425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A425E is #75BDA1. Grayscale: #5A5A5A. Windows color (decimal): -7716258 or 6177418. OLE color: 6177418.

HSL color Cylindrical-coordinate representation of color #8A425E: hue angle of 336.67º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A425E is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB1386694-
CMYK00.520.320.46
HSL336.67º35.29%40%-
HSV(B)336.67º52.17%54.12%-
XYZ14.4510.1111.78-
YUV90.72129.85161.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.31%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 94 (37.11% from 255) = 31.54%
R=46.31%
G=22.15%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.32
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138669400.520.320.46336.6735.2940
Hex8A425E034202E1512328
Octal21210213606440565214350
Binary10001010100001010111100110100100000101110101010001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A425E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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