Html Css Color HEX #522012 Caput Mortuum

📋 copy color: '#522012'

red 82 ◦ green 32 ◦ blue 18

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

Shades of Caput Mortuum #522012

Tints of Caput Mortuum #522012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 62.12%
G = 24.24%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#522012 (or 0x522012) is known color: Caput Mortuum. HEX triplet: 52, 20 and 12. RGB value is (82,32,18). Sum of RGB (Red+Green+Blue) = 82+32+18=132 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.12% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 82 - color contains mainly: red. Hex color #522012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #522012 is #ADDFED. Grayscale: #2D2D2D. Windows color (decimal): -11395054 or 1187922. OLE color: 1187922.

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

Color convert

RGB 82 32 18 -
CMYK 0 0.61 0.78 0.68
HSL 13.13º 0.64% 0.2% -
HSV(B) 13.13º 0.78% 0.32% -
XYZ 4.11 2.87 0.91 -
YUV 45.35 112.57 154.14 -
System Red Green Blue C M Y K H S L
Decimal 82 32 18 0 0.61 0.78 0.68 13.13 0.64 0.2
Hex 52 20 12 0 3D 4E 44 D 40 14
Octal 122 40 22 0 75 116 104 15 100 24
Binary 1010010 100000 10010 0 111101 1001110 1000100 1101 1000000 10100

Color Harmonies of #522012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522012

Black with #522012

Text Example


Text Example

White with #522012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522012; }

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

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

background-color css

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

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

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

border-color css

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

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

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