Html Css Color HEX #522116 Caput Mortuum

📋 copy color: '#522116'

red 82 ◦ green 33 ◦ blue 22

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

Shades of Caput Mortuum #522116

Tints of Caput Mortuum #522116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 59.85%
G = 24.09%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#522116 (or 0x522116) is known color: Caput Mortuum. HEX triplet: 52, 21 and 16. RGB value is (82,33,22). Sum of RGB (Red+Green+Blue) = 82+33+22=137 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.85% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 82 - color contains mainly: red. Hex color #522116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522116 is #ADDEE9. Grayscale: #2E2E2E. Windows color (decimal): -11394794 or 1450322. OLE color: 1450322.

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

Color convert

RGB 82 33 22 -
CMYK 0 0.60 0.73 0.68
HSL 11º 0.58% 0.2% -
HSV(B) 11º 0.73% 0.32% -
XYZ 4.17 2.94 1.11 -
YUV 46.4 114.23 153.39 -
System Red Green Blue C M Y K H S L
Decimal 82 33 22 0 0.60 0.73 0.68 11 0.58 0.2
Hex 52 21 16 0 3C 49 44 B 3A 14
Octal 122 41 26 0 74 111 104 13 72 24
Binary 1010010 100001 10110 0 111100 1001001 1000100 1011 111010 10100

Color Harmonies of #522116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522116

Black with #522116

Text Example


Text Example

White with #522116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522116; }

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

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

background-color css

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

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

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

border-color css

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

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

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