Html Css Color HEX #492622 Caput Mortuum

📋 copy color: '#492622'

red 73 ◦ green 38 ◦ blue 34

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

Shades of Caput Mortuum #492622

Tints of Caput Mortuum #492622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 23.45%

R = 50.34%
G = 26.21%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.71

RGB Variations

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

Color information

#492622 (or 0x492622) is known color: Caput Mortuum. HEX triplet: 49, 26 and 22. RGB value is (73,38,34). Sum of RGB (Red+Green+Blue) = 73+38+34=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #492622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492622 is #B6D9DD. Grayscale: #303030. Windows color (decimal): -11983326 or 2238025. OLE color: 2238025.

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

Color convert

RGB 73 38 34 -
CMYK 0 0.48 0.53 0.71
HSL 6.15º 0.36% 0.21% -
HSV(B) 6.15º 0.53% 0.29% -
XYZ 3.73 2.92 1.88 -
YUV 48.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 73 38 34 0 0.48 0.53 0.71 6.15 0.36 0.21
Hex 49 26 22 0 30 35 47 6 24 15
Octal 111 46 42 0 60 65 107 6 44 25
Binary 1001001 100110 100010 0 110000 110101 1000111 110 100100 10101

Color Harmonies of #492622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #492622

Black with #492622

Text Example


Text Example

White with #492622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #492622; }

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

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

background-color css

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

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

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

border-color css

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

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

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