Html Css Color HEX #522922 Caput Mortuum

📋 copy color: '#522922'

red 82 ◦ green 41 ◦ blue 34

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

Shades of Caput Mortuum #522922

Tints of Caput Mortuum #522922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 21.66%

R = 52.23%
G = 26.11%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.68

RGB Variations

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

Color information

#522922 (or 0x522922) is known color: Caput Mortuum. HEX triplet: 52, 29 and 22. RGB value is (82,41,34). Sum of RGB (Red+Green+Blue) = 82+41+34=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #522922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522922 is #ADD6DD. Grayscale: #343434. Windows color (decimal): -11392734 or 2238802. OLE color: 2238802.

HSL color Cylindrical-coordinate representation of color #522922: hue angle of 8.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #522922 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 41 34 -
CMYK 0 0.50 0.59 0.68
HSL 8.75º 0.41% 0.23% -
HSV(B) 8.75º 0.59% 0.32% -
XYZ 4.56 3.5 1.95 -
YUV 52.46 117.58 149.07 -
System Red Green Blue C M Y K H S L
Decimal 82 41 34 0 0.50 0.59 0.68 8.75 0.41 0.23
Hex 52 29 22 0 32 3B 44 9 29 17
Octal 122 51 42 0 62 73 104 11 51 27
Binary 1010010 101001 100010 0 110010 111011 1000100 1001 101001 10111

Color Harmonies of #522922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522922

Black with #522922

Text Example


Text Example

White with #522922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522922; }

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

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

background-color css

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

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

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

border-color css

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

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

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