#5C221A

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

Shades of Caput Mortuum #5C221A

Tints of Caput Mortuum #5C221A

Color information

#5C221A (or 0x5C221A) is unknown color: approx Caput Mortuum. HEX triplet: 5C, 22 and 1A. RGB value is (92,34,26). Sum of RGB (Red+Green+Blue) = 92+34+26=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 26 (10.55% from 255 or 17.11% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C221A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C221A is #A3DDE5. Grayscale: #323232. Windows color (decimal): -10739174 or 1712732. OLE color: 1712732.

HSL color Cylindrical-coordinate representation of color #5C221A: hue angle of 7.27º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C221A is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.64.

Color convert

RGB923426-
CMYK00.630.720.64
HSL7.27º55.93%23.14%-
HSV(B)7.27º71.74%36.08%-
XYZ5.173.491.38-
YUV50.43114.22157.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 60.53%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 26 (10.55% from 255) = 17.11%
R=60.53%
G=22.37%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92342600.630.720.647.2755.9323.14
Hex5C221A03F484073817
Octal134423207711010077027
Binary10111001000101101001111111001000100000011111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,34,26); }

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

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

 a { background-color: rgb(92,34,26); }

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

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

 span { border-color: rgb(92,34,26); }

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