#531706

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

Shades of Caput Mortuum #531706

Tints of Caput Mortuum #531706

Color information

#531706 (or 0x531706) is unknown color: approx Caput Mortuum. HEX triplet: 53, 17 and 06. RGB value is (83,23,6). Sum of RGB (Red+Green+Blue) = 83+23+6=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 23 (9.38% from 255 or 20.54% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #531706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #531706 is #ACE8F9. Grayscale: #272727. Windows color (decimal): -11331834 or 399187. OLE color: 399187.

HSL color Cylindrical-coordinate representation of color #531706: hue angle of 13.25º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #531706 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB83236-
CMYK00.720.930.67
HSL13.25º86.52%17.45%-
HSV(B)13.25º92.77%32.55%-
XYZ3.912.460.44-
YUV39109.38159.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 74.11%
GREEN value IS 23 (9.38% from 255) = 20.54%
BLUE value IS 6 (2.73% from 255) = 5.36%
R=74.11%
G=20.54%
B=5.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8323600.720.930.6713.2586.5217.45
Hex531760485D43d5711
Octal12327601101351031512721
Binary10100111011111001001000101110110000111101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531706; }

 p { color: rgb(83,23,6); }

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

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

 a { background-color: rgb(83,23,6); }

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

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

 span { border-color: rgb(83,23,6); }

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