Html Css Color HEX #521E17 Caput Mortuum

📋 copy color: '#521E17'

red 82 ◦ green 30 ◦ blue 23

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

Shades of Caput Mortuum #521E17

Tints of Caput Mortuum #521E17

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.22%

 BLUE value IS 23 (9.38% from 255) = 17.04%

R = 60.74%
G = 22.22%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521E17 (or 0x521E17) is known color: Caput Mortuum. HEX triplet: 52, 1E and 17. RGB value is (82,30,23). Sum of RGB (Red+Green+Blue) = 82+30+23=135 (17% of max value = 765). Red value is 82 (32.42% from 255 or 60.74% from 135); Green value is 30 (12.11% from 255 or 22.22% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 82 - color contains mainly: red. Hex color #521E17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521E17 is #ADE1E8. Grayscale: #2C2C2C. Windows color (decimal): -11395561 or 1515090. OLE color: 1515090.

HSL color Cylindrical-coordinate representation of color #521E17: hue angle of 7.12º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521E17 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 30 23 -
CMYK 0 0.63 0.72 0.68
HSL 7.12º 0.56% 0.21% -
HSV(B) 7.12º 0.72% 0.32% -
XYZ 4.1 2.78 1.13 -
YUV 44.75 115.73 154.57 -
System Red Green Blue C M Y K H S L
Decimal 82 30 23 0 0.63 0.72 0.68 7.12 0.56 0.21
Hex 52 1E 17 0 3F 48 44 7 38 15
Octal 122 36 27 0 77 110 104 7 70 25
Binary 1010010 11110 10111 0 111111 1001000 1000100 111 111000 10101

Color Harmonies of #521E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521E17

Black with #521E17

Text Example


Text Example

White with #521E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,30,23); }

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

background-color css

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

 a { background-color: rgb(82,30,23); }

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

border-color css

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

 span { border-color: rgb(82,30,23); }

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