Html Css Color HEX #522011 Caput Mortuum

📋 copy color: '#522011'

red 82 ◦ green 32 ◦ blue 17

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

Shades of Caput Mortuum #522011

Tints of Caput Mortuum #522011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 62.6%
G = 24.43%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#522011 (or 0x522011) is known color: Caput Mortuum. HEX triplet: 52, 20 and 11. RGB value is (82,32,17). Sum of RGB (Red+Green+Blue) = 82+32+17=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #522011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522011 is #ADDFEE. Grayscale: #2D2D2D. Windows color (decimal): -11395055 or 1122386. OLE color: 1122386.

HSL color Cylindrical-coordinate representation of color #522011: hue angle of 13.85º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #522011 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 32 17 -
CMYK 0 0.61 0.79 0.68
HSL 13.85º 0.66% 0.19% -
HSV(B) 13.85º 0.79% 0.32% -
XYZ 4.1 2.87 0.87 -
YUV 45.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 82 32 17 0 0.61 0.79 0.68 13.85 0.66 0.19
Hex 52 20 11 0 3D 4F 44 E 42 13
Octal 122 40 21 0 75 117 104 16 102 23
Binary 1010010 100000 10001 0 111101 1001111 1000100 1110 1000010 10011

Color Harmonies of #522011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522011

Black with #522011

Text Example


Text Example

White with #522011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522011; }

 p { color: rgb(82,32,17); }

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

background-color css

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

 a { background-color: rgb(82,32,17); }

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

border-color css

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

 span { border-color: rgb(82,32,17); }

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