#8B465A

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

Shades of Cadillac #8B465A

Tints of Cadillac #8B465A

Color information

#8B465A (or 0x8B465A) is unknown color: approx Cadillac. HEX triplet: 8B, 46 and 5A. RGB value is (139,70,90). Sum of RGB (Red+Green+Blue) = 139+70+90=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B465A is #74B9A5. Grayscale: #5C5C5C. Windows color (decimal): -7649702 or 5916299. OLE color: 5916299.

HSL color Cylindrical-coordinate representation of color #8B465A: hue angle of 342.61º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B465A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1397090-
CMYK00.500.350.45
HSL342.61º33.01%40.98%-
HSV(B)342.61º49.64%54.51%-
XYZ14.6810.6110.95-
YUV92.91126.36160.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 70 (27.73% from 255) = 23.41%
BLUE value IS 90 (35.55% from 255) = 30.10%
R=46.49%
G=23.41%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139709000.500.350.45342.6133.0140.98
Hex8B465A032232D1572129
Octal21310613206243555274151
Binary10001011100011010110100110010100011101101101010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,70,90); }

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

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

 a { background-color: rgb(139,70,90); }

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

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

 span { border-color: rgb(139,70,90); }

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