#532618

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

Shades of Caput Mortuum #532618

Tints of Caput Mortuum #532618

Color information

#532618 (or 0x532618) is unknown color: approx Caput Mortuum. HEX triplet: 53, 26 and 18. RGB value is (83,38,24). Sum of RGB (Red+Green+Blue) = 83+38+24=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #532618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532618 is #ACD9E7. Grayscale: #313131. Windows color (decimal): -11327976 or 1582675. OLE color: 1582675.

HSL color Cylindrical-coordinate representation of color #532618: hue angle of 14.24º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532618 is Cyan = 0, Magento = 0.54, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB833824-
CMYK00.540.710.67
HSL14.24º55.14%20.98%-
HSV(B)14.24º71.08%32.55%-
XYZ4.433.291.27-
YUV49.86113.41151.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.24%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=57.24%
G=26.21%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83382400.540.710.6714.2455.1420.98
Hex5326180364743e3715
Octal1234630066107103166725
Binary101001110011011000011011010001111000011111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #532618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #532618; }

 p { color: rgb(83,38,24); }

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

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

 a { background-color: rgb(83,38,24); }

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

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

 span { border-color: rgb(83,38,24); }

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