#5F2A1D

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

Shades of Caput Mortuum #5F2A1D

Tints of Caput Mortuum #5F2A1D

Color information

#5F2A1D (or 0x5F2A1D) is unknown color: approx Caput Mortuum. HEX triplet: 5F, 2A and 1D. RGB value is (95,42,29). Sum of RGB (Red+Green+Blue) = 95+42+29=166 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.23% from 166); Green value is 42 (16.80% from 255 or 25.30% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2A1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2A1D is #A0D5E2. Grayscale: #383838. Windows color (decimal): -10540515 or 1911391. OLE color: 1911391.

HSL color Cylindrical-coordinate representation of color #5F2A1D: hue angle of 11.82º degrees, saturation: 0.53, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5F2A1D is Cyan = 0, Magento = 0.56, Yellow = 0.69 and Black (K on CMYK) = 0.63.

Color convert

RGB954229-
CMYK00.560.690.63
HSL11.82º53.23%24.31%-
HSV(B)11.82º69.47%37.25%-
XYZ5.774.181.66-
YUV56.36112.56155.56-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 57.23%
GREEN value IS 42 (16.80% from 255) = 25.30%
BLUE value IS 29 (11.72% from 255) = 17.47%
R=57.23%
G=25.30%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.69
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95422900.560.690.6311.8253.2324.31
Hex5F2A1D038453Fc3518
Octal137523507010577146530
Binary10111111010101110101110001000101111111110011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,42,29); }

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

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

 a { background-color: rgb(95,42,29); }

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

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

 span { border-color: rgb(95,42,29); }

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