#4B2520

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

Shades of Caput Mortuum #4B2520

Tints of Caput Mortuum #4B2520

Color information

#4B2520 (or 0x4B2520) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 25 and 20. RGB value is (75,37,32). Sum of RGB (Red+Green+Blue) = 75+37+32=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 32 (12.89% from 255 or 22.22% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2520 is #B4DADF. Grayscale: #2F2F2F. Windows color (decimal): -11852512 or 2106699. OLE color: 2106699.

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

Color convert

RGB753732-
CMYK00.510.570.71
HSL6.98º40.19%20.98%-
HSV(B)6.98º57.33%29.41%-
XYZ3.822.921.73-
YUV47.79119.09147.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.08%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 32 (12.89% from 255) = 22.22%
R=52.08%
G=25.69%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75373200.510.570.716.9840.1920.98
Hex4B2520033394772815
Octal11345400637110775025
Binary10010111001011000000110011111001100011111110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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