#4B2018

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

Shades of Caput Mortuum #4B2018

Tints of Caput Mortuum #4B2018

Color information

#4B2018 (or 0x4B2018) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 20 and 18. RGB value is (75,32,24). Sum of RGB (Red+Green+Blue) = 75+32+24=131 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.25% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B2018 is #B4DFE7. Grayscale: #2C2C2C. Windows color (decimal): -11853800 or 1581131. OLE color: 1581131.

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

Color convert

RGB753224-
CMYK00.570.680.71
HSL9.41º51.52%19.41%-
HSV(B)9.41º68%29.41%-
XYZ3.582.591.18-
YUV43.94116.75150.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 57.25%
GREEN value IS 32 (12.89% from 255) = 24.43%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=57.25%
G=24.43%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.68
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75322400.570.680.719.4151.5219.41
Hex4B2018039444793413
Octal1134030071104107116423
Binary100101110000011000011100110001001000111100111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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