#482322

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

Shades of Caput Mortuum #482322

Tints of Caput Mortuum #482322

Color information

#482322 (or 0x482322) is unknown color: approx Caput Mortuum. HEX triplet: 48, 23 and 22. RGB value is (72,35,34). Sum of RGB (Red+Green+Blue) = 72+35+34=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 34 (13.67% from 255 or 24.11% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #482322 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482322 is #B7DCDD. Grayscale: #2D2D2D. Windows color (decimal): -12049630 or 2237256. OLE color: 2237256.

HSL color Cylindrical-coordinate representation of color #482322: hue angle of 1.58º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482322 is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.72.

Color convert

RGB723534-
CMYK00.510.530.72
HSL1.58º35.85%20.78%-
HSV(B)1.58º52.78%28.24%-
XYZ3.562.71.85-
YUV45.95121.26146.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 51.06%
GREEN value IS 35 (14.06% from 255) = 24.82%
BLUE value IS 34 (13.67% from 255) = 24.11%
R=51.06%
G=24.82%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72353400.510.530.721.5835.8520.78
Hex482322033354822415
Octal11043420636511024425
Binary1001000100011100010011001111010110010001010010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482322; }

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

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

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

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

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

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

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

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