Html Css Color HEX #522921 Caput Mortuum

📋 copy color: '#522921'

red 82 ◦ green 41 ◦ blue 33

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

Shades of Caput Mortuum #522921

Tints of Caput Mortuum #522921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.28%

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

R = 52.56%
G = 26.28%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.60

 K value IS 0.68

RGB Variations

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

Color information

#522921 (or 0x522921) is known color: Caput Mortuum. HEX triplet: 52, 29 and 21. RGB value is (82,41,33). Sum of RGB (Red+Green+Blue) = 82+41+33=156 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.56% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 82 - color contains mainly: red. Hex color #522921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522921 is #ADD6DE. Grayscale: #343434. Windows color (decimal): -11392735 or 2173266. OLE color: 2173266.

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

Color convert

RGB 82 41 33 -
CMYK 0 0.50 0.60 0.68
HSL 9.8º 0.43% 0.23% -
HSV(B) 9.8º 0.6% 0.32% -
XYZ 4.55 3.49 1.87 -
YUV 52.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 82 41 33 0 0.50 0.60 0.68 9.8 0.43 0.23
Hex 52 29 21 0 32 3C 44 A 2B 17
Octal 122 51 41 0 62 74 104 12 53 27
Binary 1010010 101001 100001 0 110010 111100 1000100 1010 101011 10111

Color Harmonies of #522921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522921

Black with #522921

Text Example


Text Example

White with #522921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522921; }

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

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

background-color css

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

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

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

border-color css

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

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

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