#4B1A14

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

Shades of Caput Mortuum #4B1A14

Tints of Caput Mortuum #4B1A14

Color information

#4B1A14 (or 0x4B1A14) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 1A and 14. RGB value is (75,26,20). Sum of RGB (Red+Green+Blue) = 75+26+20=121 (16% of max value = 765). Red value is 75 (29.69% from 255 or 61.98% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B1A14 is #B4E5EB. Grayscale: #282828. Windows color (decimal): -11855340 or 1317451. OLE color: 1317451.

HSL color Cylindrical-coordinate representation of color #4B1A14: hue angle of 6.55º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1A14 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.71.

Color convert

RGB752620-
CMYK00.650.730.71
HSL6.55º57.89%18.63%-
HSV(B)6.55º73.33%29.41%-
XYZ3.42.290.92-
YUV39.97116.73152.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 61.98%
GREEN value IS 26 (10.55% from 255) = 21.49%
BLUE value IS 20 (8.20% from 255) = 16.53%
R=61.98%
G=21.49%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75262000.650.730.716.5557.8918.63
Hex4B1A14041494773a13
Octal1133224010111110777223
Binary10010111101010100010000011001001100011111111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,20); }

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

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

 a { background-color: rgb(75,26,20); }

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

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

 span { border-color: rgb(75,26,20); }

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