Html Css Color HEX #8E455A Cadillac

📋 copy color: '#8E455A'

red 142 ◦ green 69 ◦ blue 90

#8E455A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cadillac #8E455A

Tints of Cadillac #8E455A

RGB

 RED value IS 142 (55.86% from 255) = 47.18%

 GREEN value IS 69 (27.34% from 255) = 22.92%

 BLUE value IS 90 (35.55% from 255) = 29.9%

R = 47.18%
G = 22.92%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.44

RGB Variations

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

Color information

#8E455A (or 0x8E455A) is known color: Cadillac. HEX triplet: 8E, 45 and 5A. RGB value is (142,69,90). Sum of RGB (Red+Green+Blue) = 142+69+90=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E455A is #71BAA5. Grayscale: #5D5D5D. Windows color (decimal): -7453350 or 5916046. OLE color: 5916046.

HSL color Cylindrical-coordinate representation of color #8E455A: hue angle of 342.74º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E455A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 69 90 -
CMYK 0 0.51 0.37 0.44
HSL 342.74º 0.35% 0.41% -
HSV(B) 342.74º 0.51% 0.56% -
XYZ 15.13 10.75 10.95 -
YUV 93.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 142 69 90 0 0.51 0.37 0.44 342.74 0.35 0.41
Hex 8E 45 5A 0 33 25 2C 157 23 29
Octal 216 105 132 0 63 45 54 527 43 51
Binary 10001110 1000101 1011010 0 110011 100101 101100 101010111 100011 101001

Color Harmonies of #8E455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E455A

Black with #8E455A

Text Example


Text Example

White with #8E455A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E455A;
 }
 .AnyTagClassName
 {
   color: #8E455A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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