Html Css Color HEX #522216 Caput Mortuum

📋 copy color: '#522216'

red 82 ◦ green 34 ◦ blue 22

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

Shades of Caput Mortuum #522216

Tints of Caput Mortuum #522216

RGB

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

 GREEN value IS 34 (13.67% from 255) = 24.64%

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

R = 59.42%
G = 24.64%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#522216 (or 0x522216) is known color: Caput Mortuum. HEX triplet: 52, 22 and 16. RGB value is (82,34,22). Sum of RGB (Red+Green+Blue) = 82+34+22=138 (18% of max value = 765). Red value is 82 (32.42% from 255 or 59.42% from 138); Green value is 34 (13.67% from 255 or 24.64% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 82 - color contains mainly: red. Hex color #522216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522216 is #ADDDE9. Grayscale: #2F2F2F. Windows color (decimal): -11394538 or 1450578. OLE color: 1450578.

HSL color Cylindrical-coordinate representation of color #522216: hue angle of 12º 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 #522216 is Cyan = 0, Magento = 0.59, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 34 22 -
CMYK 0 0.59 0.73 0.68
HSL 12º 0.58% 0.2% -
HSV(B) 12º 0.73% 0.32% -
XYZ 4.2 3 1.12 -
YUV 46.98 113.9 152.98 -
System Red Green Blue C M Y K H S L
Decimal 82 34 22 0 0.59 0.73 0.68 12 0.58 0.2
Hex 52 22 16 0 3B 49 44 C 3A 14
Octal 122 42 26 0 73 111 104 14 72 24
Binary 1010010 100010 10110 0 111011 1001001 1000100 1100 111010 10100

Color Harmonies of #522216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522216

Black with #522216

Text Example


Text Example

White with #522216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522216; }

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

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

background-color css

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

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

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

border-color css

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

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

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