Html Css Color HEX #974956 Cadillac

📋 copy color: '#974956'

red 151 ◦ green 73 ◦ blue 86

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

Shades of Cadillac #974956

Tints of Cadillac #974956

RGB

 RED value IS 151 (59.38% from 255) = 48.71%

 GREEN value IS 73 (28.91% from 255) = 23.55%

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

R = 48.71%
G = 23.55%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#974956 (or 0x974956) is known color: Cadillac. HEX triplet: 97, 49 and 56. RGB value is (151,73,86). Sum of RGB (Red+Green+Blue) = 151+73+86=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 86 (33.98% from 255 or 27.74% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #974956 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #974956 is #68B6A9. Grayscale: #616161. Windows color (decimal): -6862506 or 5654935. OLE color: 5654935.

HSL color Cylindrical-coordinate representation of color #974956: hue angle of 350º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #974956 is Cyan = 0, Magento = 0.52, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 73 86 -
CMYK 0 0.52 0.43 0.41
HSL 350º 0.35% 0.44% -
HSV(B) 350º 0.52% 0.59% -
XYZ 16.82 12.02 10.24 -
YUV 97.8 121.34 165.94 -
System Red Green Blue C M Y K H S L
Decimal 151 73 86 0 0.52 0.43 0.41 350 0.35 0.44
Hex 97 49 56 0 34 2B 29 15E 23 2C
Octal 227 111 126 0 64 53 51 536 43 54
Binary 10010111 1001001 1010110 0 110100 101011 101001 101011110 100011 101100

Color Harmonies of #974956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #974956

Black with #974956

Text Example


Text Example

White with #974956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #974956; }

 p { color: rgb(151,73,86); }

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

background-color css

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

 a { background-color: rgb(151,73,86); }

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

border-color css

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

 span { border-color: rgb(151,73,86); }

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