#502317

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

Shades of Caput Mortuum #502317

Tints of Caput Mortuum #502317

Color information

#502317 (or 0x502317) is unknown color: approx Caput Mortuum. HEX triplet: 50, 23 and 17. RGB value is (80,35,23). Sum of RGB (Red+Green+Blue) = 80+35+23=138 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.97% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 80 - color contains mainly: red. Hex color #502317 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502317 is #AFDCE8. Grayscale: #2F2F2F. Windows color (decimal): -11525353 or 1516368. OLE color: 1516368.

HSL color Cylindrical-coordinate representation of color #502317: hue angle of 12.63º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #502317 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB803523-
CMYK00.560.710.69
HSL12.63º55.34%20.2%-
HSV(B)12.63º71.25%31.37%-
XYZ4.062.971.17-
YUV47.09114.41151.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 57.97%
GREEN value IS 35 (14.06% from 255) = 25.36%
BLUE value IS 23 (9.38% from 255) = 16.67%
R=57.97%
G=25.36%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80352300.560.710.6912.6355.3420.2
Hex5023170384745d3714
Octal1204327070107105156724
Binary101000010001110111011100010001111000101110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502317; }

 p { color: rgb(80,35,23); }

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

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

 a { background-color: rgb(80,35,23); }

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

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

 span { border-color: rgb(80,35,23); }

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