#8B425F

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

Shades of Cadillac #8B425F

Tints of Cadillac #8B425F

Color information

#8B425F (or 0x8B425F) is unknown color: approx Cadillac. HEX triplet: 8B, 42 and 5F. RGB value is (139,66,95). Sum of RGB (Red+Green+Blue) = 139+66+95=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B425F is #74BDA0. Grayscale: #5B5B5B. Windows color (decimal): -7650721 or 6242955. OLE color: 6242955.

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

Color convert

RGB1396695-
CMYK00.530.320.45
HSL336.16º35.61%40.2%-
HSV(B)336.16º52.52%54.51%-
XYZ14.6610.2112.02-
YUV91.13130.18162.14-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.33%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 95 (37.5% from 255) = 31.67%
R=46.33%
G=22%
B=31.67%

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
Decimal139669500.530.320.45336.1635.6140.2
Hex8B425F035202D1502428
Octal21310213706540555204450
Binary10001011100001010111110110101100000101101101010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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