Html Css Color HEX #522524 Caput Mortuum

📋 copy color: '#522524'

red 82 ◦ green 37 ◦ blue 36

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

Shades of Caput Mortuum #522524

Tints of Caput Mortuum #522524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 52.9%
G = 23.87%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.68

RGB Variations

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

Color information

#522524 (or 0x522524) is known color: Caput Mortuum. HEX triplet: 52, 25 and 24. RGB value is (82,37,36). Sum of RGB (Red+Green+Blue) = 82+37+36=155 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.90% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 82 - color contains mainly: red. Hex color #522524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522524 is #ADDADB. Grayscale: #323232. Windows color (decimal): -11393756 or 2368850. OLE color: 2368850.

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

Color convert

RGB 82 37 36 -
CMYK 0 0.55 0.56 0.68
HSL 1.3º 0.39% 0.23% -
HSV(B) 1.3º 0.56% 0.32% -
XYZ 4.46 3.24 2.06 -
YUV 50.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 82 37 36 0 0.55 0.56 0.68 1.3 0.39 0.23
Hex 52 25 24 0 37 38 44 1 27 17
Octal 122 45 44 0 67 70 104 1 47 27
Binary 1010010 100101 100100 0 110111 111000 1000100 1 100111 10111

Color Harmonies of #522524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522524

Black with #522524

Text Example


Text Example

White with #522524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522524; }

 p { color: rgb(82,37,36); }

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

background-color css

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

 a { background-color: rgb(82,37,36); }

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

border-color css

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

 span { border-color: rgb(82,37,36); }

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