#48231E

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

Shades of Caput Mortuum #48231E

Tints of Caput Mortuum #48231E

Color information

#48231E (or 0x48231E) is unknown color: approx Caput Mortuum. HEX triplet: 48, 23 and 1E. RGB value is (72,35,30). Sum of RGB (Red+Green+Blue) = 72+35+30=137 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.55% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 72 - color contains mainly: red. Hex color #48231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48231E is #B7DCE1. Grayscale: #2D2D2D. Windows color (decimal): -12049634 or 1975112. OLE color: 1975112.

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

Color convert

RGB723530-
CMYK00.510.580.72
HSL7.14º41.18%20%-
HSV(B)7.14º58.33%28.24%-
XYZ3.512.671.56-
YUV45.49119.26146.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 52.55%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 30 (12.11% from 255) = 21.90%
R=52.55%
G=25.55%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353000.510.580.727.1441.1820
Hex48231E0333A4872914
Octal11043360637211075124
Binary1001000100011111100110011111010100100011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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