#4B201E

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

Shades of Caput Mortuum #4B201E

Tints of Caput Mortuum #4B201E

Color information

#4B201E (or 0x4B201E) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 20 and 1E. RGB value is (75,32,30). Sum of RGB (Red+Green+Blue) = 75+32+30=137 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.74% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 75 - color contains mainly: red. Hex color #4B201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B201E is #B4DFE1. Grayscale: #2C2C2C. Windows color (decimal): -11853794 or 1974347. OLE color: 1974347.

HSL color Cylindrical-coordinate representation of color #4B201E: hue angle of 2.67º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B201E is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB753230-
CMYK00.570.600.71
HSL2.67º42.86%20.59%-
HSV(B)2.67º60%29.41%-
XYZ3.652.621.54-
YUV44.63119.75149.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.74%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=54.74%
G=23.36%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75323000.570.600.712.6742.8620.59
Hex4B201E0393C4732b15
Octal11340360717410735325
Binary100101110000011110011100111110010001111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,32,30); }

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

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

 a { background-color: rgb(75,32,30); }

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

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

 span { border-color: rgb(75,32,30); }

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