Html Css Color HEX #522112 Caput Mortuum

📋 copy color: '#522112'

red 82 ◦ green 33 ◦ blue 18

#522112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caput Mortuum #522112

Tints of Caput Mortuum #522112

RGB

 RED value IS 82 (32.42% from 255) = 61.65%

 GREEN value IS 33 (13.28% from 255) = 24.81%

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 61.65%
G = 24.81%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#522112 (or 0x522112) is known color: Caput Mortuum. HEX triplet: 52, 21 and 12. RGB value is (82,33,18). Sum of RGB (Red+Green+Blue) = 82+33+18=133 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.65% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 82 - color contains mainly: red. Hex color #522112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522112 is #ADDEED. Grayscale: #2E2E2E. Windows color (decimal): -11394798 or 1188178. OLE color: 1188178.

HSL color Cylindrical-coordinate representation of color #522112: hue angle of 14.06º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522112 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 33 18 -
CMYK 0 0.60 0.78 0.68
HSL 14.06º 0.64% 0.2% -
HSV(B) 14.06º 0.78% 0.32% -
XYZ 4.13 2.93 0.92 -
YUV 45.94 112.23 153.72 -
System Red Green Blue C M Y K H S L
Decimal 82 33 18 0 0.60 0.78 0.68 14.06 0.64 0.2
Hex 52 21 12 0 3C 4E 44 E 40 14
Octal 122 41 22 0 74 116 104 16 100 24
Binary 1010010 100001 10010 0 111100 1001110 1000100 1110 1000000 10100

Color Harmonies of #522112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522112

Black with #522112

Text Example


Text Example

White with #522112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522112; }

 p { color: rgb(82,33,18); }

 H1.HeaderClassName
 {
   color: #522112;
 }
 .AnyTagClassName
 {
   color: #522112;
 }
</style>

background-color css

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

 a { background-color: rgb(82,33,18); }

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

border-color css

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

 span { border-color: rgb(82,33,18); }

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