Html Css Color HEX #994D56 Cadillac

📋 copy color: '#994D56'

red 153 ◦ green 77 ◦ blue 86

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

Shades of Cadillac #994D56

Tints of Cadillac #994D56

RGB

 RED value IS 153 (60.16% from 255) = 48.42%

 GREEN value IS 77 (30.47% from 255) = 24.37%

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

R = 48.42%
G = 24.37%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#994D56 (or 0x994D56) is known color: Cadillac. HEX triplet: 99, 4D and 56. RGB value is (153,77,86). Sum of RGB (Red+Green+Blue) = 153+77+86=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #994D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #994D56 is #66B2A9. Grayscale: #646464. Windows color (decimal): -6730410 or 5655961. OLE color: 5655961.

HSL color Cylindrical-coordinate representation of color #994D56: hue angle of 352.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #994D56 is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 86 -
CMYK 0 0.50 0.44 0.4
HSL 352.89º 0.33% 0.45% -
HSV(B) 352.89º 0.5% 0.6% -
XYZ 17.47 12.75 10.34 -
YUV 100.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 153 77 86 0 0.50 0.44 0.4 352.89 0.33 0.45
Hex 99 4D 56 0 32 2C 28 161 21 2D
Octal 231 115 126 0 62 54 50 541 41 55
Binary 10011001 1001101 1010110 0 110010 101100 101000 101100001 100001 101101

Color Harmonies of #994D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D56

Black with #994D56

Text Example


Text Example

White with #994D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D56; }

 p { color: rgb(153,77,86); }

 H1.HeaderClassName
 {
   color: #994D56;
 }
 .AnyTagClassName
 {
   color: #994D56;
 }
</style>

background-color css

<style>
 a { background-color: #994D56; }

 a { background-color: rgb(153,77,86); }

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

border-color css

<style>
 span { border-color: #994D56; }

 span { border-color: rgb(153,77,86); }

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