#49231E

Color #49231E Caput Mortuum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caput Mortuum #49231E

Tints of Caput Mortuum #49231E

Color information

#49231E (or 0x49231E) is unknown color: approx Caput Mortuum. HEX triplet: 49, 23 and 1E. RGB value is (73,35,30). Sum of RGB (Red+Green+Blue) = 73+35+30=138 (18% of max value = 765). Red value is 73 (28.91% from 255 or 52.90% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 73 - color contains mainly: red. Hex color #49231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49231E is #B6DCE1. Grayscale: #2D2D2D. Windows color (decimal): -11984098 or 1975113. OLE color: 1975113.

HSL color Cylindrical-coordinate representation of color #49231E: hue angle of 6.98º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49231E is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB733530-
CMYK00.520.590.71
HSL6.98º41.75%20.2%-
HSV(B)6.98º58.9%28.63%-
XYZ3.582.711.56-
YUV45.79119.09147.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 52.90%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=52.90%
G=25.36%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73353000.520.590.716.9841.7520.2
Hex49231E0343B4772a14
Octal11143360647310775224
Binary1001001100011111100110100111011100011111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49231E; }

 p { color: rgb(73,35,30); }

 H1.HeaderClassName
 {
   color: #49231E;
 }
 .AnyTagClassName
 {
   color: #49231E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,35,30); }

 div.DivClassName
 {
   background-color: #49231E;
 }
 .BgClassName
 {
   background-color: #49231E;
 }
</style>
border-color css

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

 span { border-color: rgb(73,35,30); }

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