Html Css Color HEX #522A21 Caput Mortuum

📋 copy color: '#522A21'

red 82 ◦ green 42 ◦ blue 33

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

Shades of Caput Mortuum #522A21

Tints of Caput Mortuum #522A21

RGB

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

 GREEN value IS 42 (16.8% from 255) = 26.75%

 BLUE value IS 33 (13.28% from 255) = 21.02%

R = 52.23%
G = 26.75%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#522A21 (or 0x522A21) is known color: Caput Mortuum. HEX triplet: 52, 2A and 21. RGB value is (82,42,33). Sum of RGB (Red+Green+Blue) = 82+42+33=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 33 (13.28% from 255 or 21.02% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522A21 is #ADD5DE. Grayscale: #353535. Windows color (decimal): -11392479 or 2173522. OLE color: 2173522.

HSL color Cylindrical-coordinate representation of color #522A21: hue angle of 11.02º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #522A21 is Cyan = 0, Magento = 0.49, Yellow = 0.60 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 42 33 -
CMYK 0 0.49 0.60 0.68
HSL 11.02º 0.43% 0.23% -
HSV(B) 11.02º 0.6% 0.32% -
XYZ 4.58 3.56 1.88 -
YUV 52.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 82 42 33 0 0.49 0.60 0.68 11.02 0.43 0.23
Hex 52 2A 21 0 31 3C 44 B 2B 17
Octal 122 52 41 0 61 74 104 13 53 27
Binary 1010010 101010 100001 0 110001 111100 1000100 1011 101011 10111

Color Harmonies of #522A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522A21

Black with #522A21

Text Example


Text Example

White with #522A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522A21; }

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

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

background-color css

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

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

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

border-color css

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

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

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