Html Css Color HEX #984D5A Cadillac

📋 copy color: '#984D5A'

red 152 ◦ green 77 ◦ blue 90

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

Shades of Cadillac #984D5A

Tints of Cadillac #984D5A

RGB

 RED value IS 152 (59.77% from 255) = 47.65%

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

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

R = 47.65%
G = 24.14%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#984D5A (or 0x984D5A) is known color: Cadillac. HEX triplet: 98, 4D and 5A. RGB value is (152,77,90). Sum of RGB (Red+Green+Blue) = 152+77+90=319 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.65% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 152 - color contains mainly: red. Hex color #984D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #984D5A is #67B2A5. Grayscale: #646464. Windows color (decimal): -6795942 or 5918104. OLE color: 5918104.

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

Color convert

RGB 152 77 90 -
CMYK 0 0.49 0.41 0.40
HSL 349.6º 0.33% 0.45% -
HSV(B) 349.6º 0.49% 0.6% -
XYZ 17.45 12.72 11.21 -
YUV 100.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 152 77 90 0 0.49 0.41 0.40 349.6 0.33 0.45
Hex 98 4D 5A 0 31 29 28 15E 21 2D
Octal 230 115 132 0 61 51 50 536 41 55
Binary 10011000 1001101 1011010 0 110001 101001 101000 101011110 100001 101101

Color Harmonies of #984D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984D5A

Black with #984D5A

Text Example


Text Example

White with #984D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984D5A; }

 p { color: rgb(152,77,90); }

 H1.HeaderClassName
 {
   color: #984D5A;
 }
 .AnyTagClassName
 {
   color: #984D5A;
 }
</style>

background-color css

<style>
 a { background-color: #984D5A; }

 a { background-color: rgb(152,77,90); }

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

border-color css

<style>
 span { border-color: #984D5A; }

 span { border-color: rgb(152,77,90); }

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