#4c251f

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

Shades of Caput Mortuum #4C251F

Tints of Caput Mortuum #4C251F

Color information

#4C251F (or 0x4C251F) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 25 and 1F. RGB value is (76,37,31). Sum of RGB (Red+Green+Blue) = 76+37+31=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C251F is #B3DAE0. Grayscale: #303030. Windows color (decimal): -11786977 or 2041164. OLE color: 2041164.

HSL color Cylindrical-coordinate representation of color #4C251F: hue angle of 8º degrees, saturation: 0.42, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C251F is Cyan = 0, Magento = 0.51, Yellow = 0.59 and Black (K on CMYK) = 0.70.

Color convert

RGB763731-
CMYK00.510.590.70
HSL42.06%20.98%-
HSV(B)59.21%29.8%-
XYZ3.892.961.66-
YUV47.98118.42147.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 52.78%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 31 (12.5% from 255) = 21.53%
R=52.78%
G=25.69%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76373100.510.590.70842.0620.98
Hex4C251F0333B4682a15
Octal114453706373106105225
Binary10011001001011111101100111110111000110100010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c251f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4c251f; }

 p { color: rgb(76,37,31); }

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

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

 a { background-color: rgb(76,37,31); }

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

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

 span { border-color: rgb(76,37,31); }

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