Html Css Color HEX #522212 Caput Mortuum

📋 copy color: '#522212'

red 82 ◦ green 34 ◦ blue 18

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

Shades of Caput Mortuum #522212

Tints of Caput Mortuum #522212

RGB

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

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

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

R = 61.19%
G = 25.37%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#522212 (or 0x522212) is known color: Caput Mortuum. HEX triplet: 52, 22 and 12. RGB value is (82,34,18). Sum of RGB (Red+Green+Blue) = 82+34+18=134 (17% of max value = 765). Red value is 82 (32.42% from 255 or 61.19% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 82 - color contains mainly: red. Hex color #522212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522212 is #ADDDED. Grayscale: #2E2E2E. Windows color (decimal): -11394542 or 1188434. OLE color: 1188434.

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

Color convert

RGB 82 34 18 -
CMYK 0 0.59 0.78 0.68
HSL 15º 0.64% 0.2% -
HSV(B) 15º 0.78% 0.32% -
XYZ 4.16 2.98 0.93 -
YUV 46.53 111.9 153.3 -
System Red Green Blue C M Y K H S L
Decimal 82 34 18 0 0.59 0.78 0.68 15 0.64 0.2
Hex 52 22 12 0 3B 4E 44 F 40 14
Octal 122 42 22 0 73 116 104 17 100 24
Binary 1010010 100010 10010 0 111011 1001110 1000100 1111 1000000 10100

Color Harmonies of #522212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522212

Black with #522212

Text Example


Text Example

White with #522212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522212; }

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

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

background-color css

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

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

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

border-color css

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

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

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