Html Css Color HEX #924955 Cadillac

📋 copy color: '#924955'

red 146 ◦ green 73 ◦ blue 85

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

Shades of Cadillac #924955

Tints of Cadillac #924955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.96%

R = 48.03%
G = 24.01%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#924955 (or 0x924955) is known color: Cadillac. HEX triplet: 92, 49 and 55. RGB value is (146,73,85). Sum of RGB (Red+Green+Blue) = 146+73+85=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #924955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924955 is #6DB6AA. Grayscale: #606060. Windows color (decimal): -7190187 or 5589394. OLE color: 5589394.

HSL color Cylindrical-coordinate representation of color #924955: hue angle of 350.14º 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 #924955 is Cyan = 0, Magento = 0.5, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 73 85 -
CMYK 0 0.5 0.42 0.43
HSL 350.14º 0.33% 0.43% -
HSV(B) 350.14º 0.5% 0.57% -
XYZ 15.88 11.53 9.98 -
YUV 96.2 121.68 163.52 -
System Red Green Blue C M Y K H S L
Decimal 146 73 85 0 0.5 0.42 0.43 350.14 0.33 0.43
Hex 92 49 55 0 32 2A 2B 15E 21 2B
Octal 222 111 125 0 62 52 53 536 41 53
Binary 10010010 1001001 1010101 0 110010 101010 101011 101011110 100001 101011

Color Harmonies of #924955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #924955

Black with #924955

Text Example


Text Example

White with #924955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #924955; }

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

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

background-color css

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

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

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

border-color css

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

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

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