#4E251A

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

Shades of Caput Mortuum #4E251A

Tints of Caput Mortuum #4E251A

Color information

#4E251A (or 0x4E251A) is unknown color: approx Caput Mortuum. HEX triplet: 4E, 25 and 1A. RGB value is (78,37,26). Sum of RGB (Red+Green+Blue) = 78+37+26=141 (18% of max value = 765). Red value is 78 (30.86% from 255 or 55.32% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 78 - color contains mainly: red. Hex color #4E251A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E251A is #B1DAE5. Grayscale: #303030. Windows color (decimal): -11655910 or 1713486. OLE color: 1713486.

HSL color Cylindrical-coordinate representation of color #4E251A: hue angle of 12.69º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E251A is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB783726-
CMYK00.530.670.69
HSL12.69º50%20.39%-
HSV(B)12.69º66.67%30.59%-
XYZ3.993.021.35-
YUV48115.58149.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 55.32%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=55.32%
G=26.24%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.67
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78372600.530.670.6912.695020.39
Hex4E251A0354345d3214
Octal1164532065103105156224
Binary100111010010111010011010110000111000101110111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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