#8B455A

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

Shades of Cadillac #8B455A

Tints of Cadillac #8B455A

Color information

#8B455A (or 0x8B455A) is unknown color: approx Cadillac. HEX triplet: 8B, 45 and 5A. RGB value is (139,69,90). Sum of RGB (Red+Green+Blue) = 139+69+90=298 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.64% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 139 - color contains mainly: red. Hex color #8B455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B455A is #74BAA5. Grayscale: #5C5C5C. Windows color (decimal): -7649958 or 5916043. OLE color: 5916043.

HSL color Cylindrical-coordinate representation of color #8B455A: hue angle of 342º degrees, saturation: 0.34, 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 #8B455A is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB1396990-
CMYK00.500.350.45
HSL342º33.65%40.78%-
HSV(B)342º50.36%54.51%-
XYZ14.6210.4810.93-
YUV92.32126.69161.29-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.64%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 90 (35.55% from 255) = 30.20%
R=46.64%
G=23.15%
B=30.20%

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
Decimal139699000.500.350.4534233.6540.78
Hex8B455A032232D1562229
Octal21310513206243555264251
Binary10001011100010110110100110010100011101101101010110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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