Html Css Color HEX #924959 Cadillac

📋 copy color: '#924959'

red 146 ◦ green 73 ◦ blue 89

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

Shades of Cadillac #924959

Tints of Cadillac #924959

RGB

 RED value IS 146 (57.42% from 255) = 47.4%

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

 BLUE value IS 89 (35.16% from 255) = 28.9%

R = 47.4%
G = 23.7%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.39

 K value IS 0.43

RGB Variations

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

Color information

#924959 (or 0x924959) is known color: Cadillac. HEX triplet: 92, 49 and 59. RGB value is (146,73,89). Sum of RGB (Red+Green+Blue) = 146+73+89=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 89 (35.16% from 255 or 28.90% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #924959 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924959 is #6DB6A6. Grayscale: #606060. Windows color (decimal): -7190183 or 5851538. OLE color: 5851538.

HSL color Cylindrical-coordinate representation of color #924959: hue angle of 346.85º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #924959 is Cyan = 0, Magento = 0.5, Yellow = 0.39 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 73 89 -
CMYK 0 0.5 0.39 0.43
HSL 346.85º 0.33% 0.43% -
HSV(B) 346.85º 0.5% 0.57% -
XYZ 16.04 11.6 10.84 -
YUV 96.65 123.68 163.2 -
System Red Green Blue C M Y K H S L
Decimal 146 73 89 0 0.5 0.39 0.43 346.85 0.33 0.43
Hex 92 49 59 0 32 27 2B 15B 21 2B
Octal 222 111 131 0 62 47 53 533 41 53
Binary 10010010 1001001 1011001 0 110010 100111 101011 101011011 100001 101011

Color Harmonies of #924959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924959

Black with #924959

Text Example


Text Example

White with #924959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924959; }

 p { color: rgb(146,73,89); }

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

background-color css

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

 a { background-color: rgb(146,73,89); }

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

border-color css

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

 span { border-color: rgb(146,73,89); }

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