#48231F

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

Shades of Caput Mortuum #48231F

Tints of Caput Mortuum #48231F

Color information

#48231F (or 0x48231F) is unknown color: approx Caput Mortuum. HEX triplet: 48, 23 and 1F. RGB value is (72,35,31). Sum of RGB (Red+Green+Blue) = 72+35+31=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231F is #B7DCE0. Grayscale: #2D2D2D. Windows color (decimal): -12049633 or 2040648. OLE color: 2040648.

HSL color Cylindrical-coordinate representation of color #48231F: hue angle of 5.85º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #48231F is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.72.

Color convert

RGB723531-
CMYK00.510.570.72
HSL5.85º39.81%20.2%-
HSV(B)5.85º56.94%28.24%-
XYZ3.522.681.63-
YUV45.61119.76146.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.17%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 31 (12.5% from 255) = 22.46%
R=52.17%
G=25.36%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353100.510.570.725.8539.8120.2
Hex48231F033394862814
Octal11043370637111065024
Binary1001000100011111110110011111001100100011010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48231F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48231F; }

 p { color: rgb(72,35,31); }

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

<style>
 a { background-color: #48231F; }

 a { background-color: rgb(72,35,31); }

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

<style>
 span { border-color: #48231F; }

 span { border-color: rgb(72,35,31); }

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