Html Css Color HEX #492220 Caput Mortuum

📋 copy color: '#492220'

red 73 ◦ green 34 ◦ blue 32

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

Shades of Caput Mortuum #492220

Tints of Caput Mortuum #492220

RGB

 RED value IS 73 (28.91% from 255) = 52.52%

 GREEN value IS 34 (13.67% from 255) = 24.46%

 BLUE value IS 32 (12.89% from 255) = 23.02%

R = 52.52%
G = 24.46%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492220 (or 0x492220) is known color: Caput Mortuum. HEX triplet: 49, 22 and 20. RGB value is (73,34,32). Sum of RGB (Red+Green+Blue) = 73+34+32=139 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.52% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 32 (12.89% from 255 or 23.02% from 139); Max value from RGB is 73 - color contains mainly: red. Hex color #492220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492220 is #B6DDDF. Grayscale: #2D2D2D. Windows color (decimal): -11984352 or 2105929. OLE color: 2105929.

HSL color Cylindrical-coordinate representation of color #492220: hue angle of 2.93º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #492220 is Cyan = 0, Magento = 0.53, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 34 32 -
CMYK 0 0.53 0.56 0.71
HSL 2.93º 0.39% 0.21% -
HSV(B) 2.93º 0.56% 0.29% -
XYZ 3.58 2.66 1.69 -
YUV 45.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 73 34 32 0 0.53 0.56 0.71 2.93 0.39 0.21
Hex 49 22 20 0 35 38 47 3 27 15
Octal 111 42 40 0 65 70 107 3 47 25
Binary 1001001 100010 100000 0 110101 111000 1000111 11 100111 10101

Color Harmonies of #492220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492220

Black with #492220

Text Example


Text Example

White with #492220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492220; }

 p { color: rgb(73,34,32); }

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

background-color css

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

 a { background-color: rgb(73,34,32); }

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

border-color css

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

 span { border-color: rgb(73,34,32); }

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