#5F2821

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

Shades of Caput Mortuum #5F2821

Tints of Caput Mortuum #5F2821

Color information

#5F2821 (or 0x5F2821) is unknown color: approx Caput Mortuum. HEX triplet: 5F, 28 and 21. RGB value is (95,40,33). Sum of RGB (Red+Green+Blue) = 95+40+33=168 (22% of max value = 765). Red value is 95 (37.5% from 255 or 56.55% from 168); Green value is 40 (16.02% from 255 or 23.81% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2821 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2821 is #A0D7DE. Grayscale: #373737. Windows color (decimal): -10541023 or 2173023. OLE color: 2173023.

HSL color Cylindrical-coordinate representation of color #5F2821: hue angle of 6.77º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2821 is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB954033-
CMYK00.580.650.63
HSL6.77º48.44%25.1%-
HSV(B)6.77º65.26%37.25%-
XYZ5.754.061.92-
YUV55.65115.22156.07-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 56.55%
GREEN value IS 40 (16.02% from 255) = 23.81%
BLUE value IS 33 (13.28% from 255) = 19.64%
R=56.55%
G=23.81%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95403300.580.650.636.7748.4425.1
Hex5F282103A413F73019
Octal13750410721017776031
Binary10111111010001000010111010100000111111111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F2821; }

 p { color: rgb(95,40,33); }

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

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

 a { background-color: rgb(95,40,33); }

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

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

 span { border-color: rgb(95,40,33); }

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