#5C231E

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

Shades of Caput Mortuum #5C231E

Tints of Caput Mortuum #5C231E

Color information

#5C231E (or 0x5C231E) is unknown color: approx Caput Mortuum. HEX triplet: 5C, 23 and 1E. RGB value is (92,35,30). Sum of RGB (Red+Green+Blue) = 92+35+30=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 35 (14.06% from 255 or 22.29% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C231E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5C231E is #A3DCE1. Grayscale: #333333. Windows color (decimal): -10738914 or 1975132. OLE color: 1975132.

HSL color Cylindrical-coordinate representation of color #5C231E: hue angle of 4.84º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5C231E is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB923530-
CMYK00.620.670.64
HSL4.84º50.82%23.92%-
HSV(B)4.84º67.39%36.08%-
XYZ5.253.571.64-
YUV51.47115.88156.91-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 58.60%
GREEN value IS 35 (14.06% from 255) = 22.29%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=58.60%
G=22.29%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92353000.620.670.644.8450.8223.92
Hex5C231E03E434053318
Octal134433607610310056330
Binary10111001000111111001111101000011100000010111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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