Html Css Color HEX #521D14 Caput Mortuum

📋 copy color: '#521D14'

red 82 ◦ green 29 ◦ blue 20

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

Shades of Caput Mortuum #521D14

Tints of Caput Mortuum #521D14

RGB

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

 GREEN value IS 29 (11.72% from 255) = 22.14%

 BLUE value IS 20 (8.2% from 255) = 15.27%

R = 62.6%
G = 22.14%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#521D14 (or 0x521D14) is known color: Caput Mortuum. HEX triplet: 52, 1D and 14. RGB value is (82,29,20). Sum of RGB (Red+Green+Blue) = 82+29+20=131 (17% of max value = 765). Red value is 82 (32.42% from 255 or 62.60% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 82 - color contains mainly: red. Hex color #521D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521D14 is #ADE2EB. Grayscale: #2B2B2B. Windows color (decimal): -11395820 or 1318226. OLE color: 1318226.

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

Color convert

RGB 82 29 20 -
CMYK 0 0.65 0.76 0.68
HSL 8.71º 0.61% 0.2% -
HSV(B) 8.71º 0.76% 0.32% -
XYZ 4.05 2.72 0.97 -
YUV 43.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 82 29 20 0 0.65 0.76 0.68 8.71 0.61 0.2
Hex 52 1D 14 0 41 4C 44 9 3D 14
Octal 122 35 24 0 101 114 104 11 75 24
Binary 1010010 11101 10100 0 1000001 1001100 1000100 1001 111101 10100

Color Harmonies of #521D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521D14

Black with #521D14

Text Example


Text Example

White with #521D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521D14; }

 p { color: rgb(82,29,20); }

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

background-color css

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

 a { background-color: rgb(82,29,20); }

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

border-color css

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

 span { border-color: rgb(82,29,20); }

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