Html Css Color HEX #492621 Caput Mortuum

📋 copy color: '#492621'

red 73 ◦ green 38 ◦ blue 33

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

Shades of Caput Mortuum #492621

Tints of Caput Mortuum #492621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 22.92%

R = 50.69%
G = 26.39%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#492621 (or 0x492621) is known color: Caput Mortuum. HEX triplet: 49, 26 and 21. RGB value is (73,38,33). Sum of RGB (Red+Green+Blue) = 73+38+33=144 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.69% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 73 - color contains mainly: red. Hex color #492621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492621 is #B6D9DE. Grayscale: #2F2F2F. Windows color (decimal): -11983327 or 2172489. OLE color: 2172489.

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

Color convert

RGB 73 38 33 -
CMYK 0 0.48 0.55 0.71
HSL 7.5º 0.38% 0.21% -
HSV(B) 7.5º 0.55% 0.29% -
XYZ 3.72 2.91 1.81 -
YUV 47.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 73 38 33 0 0.48 0.55 0.71 7.5 0.38 0.21
Hex 49 26 21 0 30 37 47 8 26 15
Octal 111 46 41 0 60 67 107 10 46 25
Binary 1001001 100110 100001 0 110000 110111 1000111 1000 100110 10101

Color Harmonies of #492621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492621

Black with #492621

Text Example


Text Example

White with #492621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492621; }

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

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

background-color css

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

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

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

border-color css

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

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

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