#4C251A

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

Shades of Caput Mortuum #4C251A

Tints of Caput Mortuum #4C251A

Color information

#4C251A (or 0x4C251A) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 25 and 1A. RGB value is (76,37,26). Sum of RGB (Red+Green+Blue) = 76+37+26=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C251A is #B3DAE5. Grayscale: #2F2F2F. Windows color (decimal): -11786982 or 1713484. OLE color: 1713484.

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

Color convert

RGB763726-
CMYK00.510.660.70
HSL13.2º49.02%20%-
HSV(B)13.2º65.79%29.8%-
XYZ3.832.931.34-
YUV47.41115.92148.39-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 54.68%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=54.68%
G=26.62%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76372600.510.660.7013.249.0220
Hex4C251A0334246d3114
Octal1144532063102106156124
Binary100110010010111010011001110000101000110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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