Html Css Color HEX #492620 Caput Mortuum

📋 copy color: '#492620'

red 73 ◦ green 38 ◦ blue 32

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

Shades of Caput Mortuum #492620

Tints of Caput Mortuum #492620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.57%

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

R = 51.05%
G = 26.57%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#492620 (or 0x492620) is known color: Caput Mortuum. HEX triplet: 49, 26 and 20. RGB value is (73,38,32). Sum of RGB (Red+Green+Blue) = 73+38+32=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #492620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492620 is #B6D9DF. Grayscale: #2F2F2F. Windows color (decimal): -11983328 or 2106953. OLE color: 2106953.

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

Color convert

RGB 73 38 32 -
CMYK 0 0.48 0.56 0.71
HSL 8.78º 0.39% 0.21% -
HSV(B) 8.78º 0.56% 0.29% -
XYZ 3.7 2.91 1.73 -
YUV 47.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 73 38 32 0 0.48 0.56 0.71 8.78 0.39 0.21
Hex 49 26 20 0 30 38 47 9 27 15
Octal 111 46 40 0 60 70 107 11 47 25
Binary 1001001 100110 100000 0 110000 111000 1000111 1001 100111 10101

Color Harmonies of #492620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492620

Black with #492620

Text Example


Text Example

White with #492620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492620; }

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

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

background-color css

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

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

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

border-color css

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

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

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