Html Css Color HEX #492520 Caput Mortuum

📋 copy color: '#492520'

red 73 ◦ green 37 ◦ blue 32

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

Shades of Caput Mortuum #492520

Tints of Caput Mortuum #492520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.06%

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

R = 51.41%
G = 26.06%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492520 (or 0x492520) is known color: Caput Mortuum. HEX triplet: 49, 25 and 20. RGB value is (73,37,32). Sum of RGB (Red+Green+Blue) = 73+37+32=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 32 (12.89% from 255 or 22.54% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492520 is #B6DADF. Grayscale: #2F2F2F. Windows color (decimal): -11983584 or 2106697. OLE color: 2106697.

HSL color Cylindrical-coordinate representation of color #492520: hue angle of 7.32º 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 #492520 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 37 32 -
CMYK 0 0.49 0.56 0.71
HSL 7.32º 0.39% 0.21% -
HSV(B) 7.32º 0.56% 0.29% -
XYZ 3.67 2.84 1.72 -
YUV 47.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 73 37 32 0 0.49 0.56 0.71 7.32 0.39 0.21
Hex 49 25 20 0 31 38 47 7 27 15
Octal 111 45 40 0 61 70 107 7 47 25
Binary 1001001 100101 100000 0 110001 111000 1000111 111 100111 10101

Color Harmonies of #492520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492520

Black with #492520

Text Example


Text Example

White with #492520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492520; }

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

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

background-color css

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

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

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

border-color css

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

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

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