#4B2523

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

Shades of Caput Mortuum #4B2523

Tints of Caput Mortuum #4B2523

Color information

#4B2523 (or 0x4B2523) is unknown color: approx Caput Mortuum. HEX triplet: 4B, 25 and 23. RGB value is (75,37,35). Sum of RGB (Red+Green+Blue) = 75+37+35=147 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.02% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2523 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2523 is #B4DADC. Grayscale: #303030. Windows color (decimal): -11852509 or 2303307. OLE color: 2303307.

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

Color convert

RGB753735-
CMYK00.510.530.71
HSL36.36%21.57%-
HSV(B)53.33%29.41%-
XYZ3.872.941.95-
YUV48.13120.59147.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.02%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 35 (14.06% from 255) = 23.81%
R=51.02%
G=25.17%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75373500.510.530.71336.3621.57
Hex4B2523033354732416
Octal11345430636510734426
Binary1001011100101100011011001111010110001111110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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