Html Css Color HEX #8D4757 Cadillac

📋 copy color: '#8D4757'

red 141 ◦ green 71 ◦ blue 87

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

Shades of Cadillac #8D4757

Tints of Cadillac #8D4757

RGB

 RED value IS 141 (55.47% from 255) = 47.16%

 GREEN value IS 71 (28.13% from 255) = 23.75%

 BLUE value IS 87 (34.38% from 255) = 29.1%

R = 47.16%
G = 23.75%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8D4757 (or 0x8D4757) is known color: Cadillac. HEX triplet: 8D, 47 and 57. RGB value is (141,71,87). Sum of RGB (Red+Green+Blue) = 141+71+87=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 87 (34.38% from 255 or 29.10% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4757 is #72B8A8. Grayscale: #5D5D5D. Windows color (decimal): -7518377 or 5719949. OLE color: 5719949.

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

Color convert

RGB 141 71 87 -
CMYK 0 0.50 0.38 0.45
HSL 346.29º 0.33% 0.42% -
HSV(B) 346.29º 0.5% 0.55% -
XYZ 14.96 10.86 10.32 -
YUV 93.75 124.19 161.7 -
System Red Green Blue C M Y K H S L
Decimal 141 71 87 0 0.50 0.38 0.45 346.29 0.33 0.42
Hex 8D 47 57 0 32 26 2D 15A 21 2A
Octal 215 107 127 0 62 46 55 532 41 52
Binary 10001101 1000111 1010111 0 110010 100110 101101 101011010 100001 101010

Color Harmonies of #8D4757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D4757

Black with #8D4757

Text Example


Text Example

White with #8D4757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,71,87); }

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

background-color css

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

 a { background-color: rgb(141,71,87); }

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

border-color css

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

 span { border-color: rgb(141,71,87); }

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