#4C231A

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

Shades of Caput Mortuum #4C231A

Tints of Caput Mortuum #4C231A

Color information

#4C231A (or 0x4C231A) is unknown color: approx Caput Mortuum. HEX triplet: 4C, 23 and 1A. RGB value is (76,35,26). Sum of RGB (Red+Green+Blue) = 76+35+26=137 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.47% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 76 - color contains mainly: red. Hex color #4C231A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C231A is #B3DCE5. Grayscale: #2E2E2E. Windows color (decimal): -11787494 or 1712972. OLE color: 1712972.

HSL color Cylindrical-coordinate representation of color #4C231A: hue angle of 10.8º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C231A is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.70.

Color convert

RGB763526-
CMYK00.540.660.70
HSL10.8º49.02%20%-
HSV(B)10.8º65.79%29.8%-
XYZ3.772.811.32-
YUV46.23116.58149.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 55.47%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=55.47%
G=25.55%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76352600.540.660.7010.849.0220
Hex4C231A0364246b3114
Octal1144332066102106136124
Binary100110010001111010011011010000101000110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,26); }

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

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

 a { background-color: rgb(76,35,26); }

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

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

 span { border-color: rgb(76,35,26); }

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