Html Css Color HEX #8C4256 Cadillac

📋 copy color: '#8C4256'

red 140 ◦ green 66 ◦ blue 86

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

Shades of Cadillac #8C4256

Tints of Cadillac #8C4256

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

 BLUE value IS 86 (33.98% from 255) = 29.45%

R = 47.95%
G = 22.6%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C4256 (or 0x8C4256) is known color: Cadillac. HEX triplet: 8C, 42 and 56. RGB value is (140,66,86). Sum of RGB (Red+Green+Blue) = 140+66+86=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 86 (33.98% from 255 or 29.45% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4256 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C4256 is #73BDA9. Grayscale: #5A5A5A. Windows color (decimal): -7585194 or 5653132. OLE color: 5653132.

HSL color Cylindrical-coordinate representation of color #8C4256: hue angle of 343.78º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C4256 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 66 86 -
CMYK 0 0.53 0.39 0.45
HSL 343.78º 0.36% 0.4% -
HSV(B) 343.78º 0.53% 0.55% -
XYZ 14.44 10.14 10 -
YUV 90.41 125.52 163.37 -
System Red Green Blue C M Y K H S L
Decimal 140 66 86 0 0.53 0.39 0.45 343.78 0.36 0.4
Hex 8C 42 56 0 35 27 2D 158 24 28
Octal 214 102 126 0 65 47 55 530 44 50
Binary 10001100 1000010 1010110 0 110101 100111 101101 101011000 100100 101000

Color Harmonies of #8C4256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4256

Black with #8C4256

Text Example


Text Example

White with #8C4256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,66,86); }

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

background-color css

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

 a { background-color: rgb(140,66,86); }

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

border-color css

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

 span { border-color: rgb(140,66,86); }

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