#512722

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

Shades of Caput Mortuum #512722

Tints of Caput Mortuum #512722

Color information

#512722 (or 0x512722) is unknown color: approx Caput Mortuum. HEX triplet: 51, 27 and 22. RGB value is (81,39,34). Sum of RGB (Red+Green+Blue) = 81+39+34=154 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.60% from 154); Green value is 39 (15.62% from 255 or 25.32% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 81 - color contains mainly: red. Hex color #512722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512722 is #AED8DD. Grayscale: #333333. Windows color (decimal): -11458782 or 2238289. OLE color: 2238289.

HSL color Cylindrical-coordinate representation of color #512722: hue angle of 6.38º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512722 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.68.

Color convert

RGB813934-
CMYK00.520.580.68
HSL6.38º40.87%22.55%-
HSV(B)6.38º58.02%31.76%-
XYZ4.413.321.92-
YUV50.99118.41149.41-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 52.60%
GREEN value IS 39 (15.62% from 255) = 25.32%
BLUE value IS 34 (13.67% from 255) = 22.08%
R=52.60%
G=25.32%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81393400.520.580.686.3840.8722.55
Hex5127220343A4462917
Octal12147420647210465127
Binary10100011001111000100110100111010100010011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512722; }

 p { color: rgb(81,39,34); }

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

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

 a { background-color: rgb(81,39,34); }

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

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

 span { border-color: rgb(81,39,34); }

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