Html Css Color HEX #8C4757 Cadillac

📋 copy color: '#8C4757'

red 140 ◦ green 71 ◦ blue 87

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

Shades of Cadillac #8C4757

Tints of Cadillac #8C4757

RGB

 RED value IS 140 (55.08% from 255) = 46.98%

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

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

R = 46.98%
G = 23.83%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C4757 (or 0x8C4757) is known color: Cadillac. HEX triplet: 8C, 47 and 57. RGB value is (140,71,87). Sum of RGB (Red+Green+Blue) = 140+71+87=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4757 is #73B8A8. Grayscale: #5D5D5D. Windows color (decimal): -7583913 or 5719948. OLE color: 5719948.

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

Color convert

RGB 140 71 87 -
CMYK 0 0.49 0.38 0.45
HSL 346.09º 0.33% 0.41% -
HSV(B) 346.09º 0.49% 0.55% -
XYZ 14.79 10.77 10.32 -
YUV 93.46 124.36 161.2 -
System Red Green Blue C M Y K H S L
Decimal 140 71 87 0 0.49 0.38 0.45 346.09 0.33 0.41
Hex 8C 47 57 0 31 26 2D 15A 21 29
Octal 214 107 127 0 61 46 55 532 41 51
Binary 10001100 1000111 1010111 0 110001 100110 101101 101011010 100001 101001

Color Harmonies of #8C4757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4757

Black with #8C4757

Text Example


Text Example

White with #8C4757

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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