#502B22

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

Shades of Caput Mortuum #502B22

Tints of Caput Mortuum #502B22

Color information

#502B22 (or 0x502B22) is unknown color: approx Caput Mortuum. HEX triplet: 50, 2B and 22. RGB value is (80,43,34). Sum of RGB (Red+Green+Blue) = 80+43+34=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #502B22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B22 is #AFD4DD. Grayscale: #353535. Windows color (decimal): -11523294 or 2239312. OLE color: 2239312.

HSL color Cylindrical-coordinate representation of color #502B22: hue angle of 11.74º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #502B22 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB804334-
CMYK00.460.580.69
HSL11.74º40.35%22.35%-
HSV(B)11.74º57.5%31.37%-
XYZ4.463.551.96-
YUV53.04117.26147.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=50.96%
G=27.39%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80433400.460.580.6911.7440.3522.35
Hex502B2202E3A45c2816
Octal120534205672105145026
Binary101000010101110001001011101110101000101110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502B22; }

 p { color: rgb(80,43,34); }

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

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

 a { background-color: rgb(80,43,34); }

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

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

 span { border-color: rgb(80,43,34); }

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