Html Css Color HEX #492720 Caput Mortuum

📋 copy color: '#492720'

red 73 ◦ green 39 ◦ blue 32

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

Shades of Caput Mortuum #492720

Tints of Caput Mortuum #492720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.08%

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

R = 50.69%
G = 27.08%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492720 (or 0x492720) is known color: Caput Mortuum. HEX triplet: 49, 27 and 20. RGB value is (73,39,32). Sum of RGB (Red+Green+Blue) = 73+39+32=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492720 is #B6D8DF. Grayscale: #303030. Windows color (decimal): -11983072 or 2107209. OLE color: 2107209.

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

Color convert

RGB 73 39 32 -
CMYK 0 0.47 0.56 0.71
HSL 10.24º 0.39% 0.21% -
HSV(B) 10.24º 0.56% 0.29% -
XYZ 3.73 2.97 1.74 -
YUV 48.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 73 39 32 0 0.47 0.56 0.71 10.24 0.39 0.21
Hex 49 27 20 0 2F 38 47 A 27 15
Octal 111 47 40 0 57 70 107 12 47 25
Binary 1001001 100111 100000 0 101111 111000 1000111 1010 100111 10101

Color Harmonies of #492720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492720

Black with #492720

Text Example


Text Example

White with #492720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492720; }

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

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

background-color css

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

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

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

border-color css

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

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

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