#4B241C

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

Shades of Caput Mortuum #4B241C

Tints of Caput Mortuum #4B241C

Color information

#4B241C (or 0x4B241C) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 24 and 1C. RGB value is (75,36,28). Sum of RGB (Red+Green+Blue) = 75+36+28=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B241C is #B4DBE3. Grayscale: #2E2E2E. Windows color (decimal): -11852772 or 1844299. OLE color: 1844299.

HSL color Cylindrical-coordinate representation of color #4B241C: hue angle of 10.21º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B241C is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.71.

Color convert

RGB753628-
CMYK00.520.630.71
HSL10.21º45.63%20.2%-
HSV(B)10.21º62.67%29.41%-
XYZ3.742.841.45-
YUV46.75117.42148.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 53.96%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=53.96%
G=25.90%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75362800.520.630.7110.2145.6320.2
Hex4B241C0343F47a2e14
Octal113443406477107125624
Binary10010111001001110001101001111111000111101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B241C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,28); }

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

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

 a { background-color: rgb(75,36,28); }

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

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

 span { border-color: rgb(75,36,28); }

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