Html Css Color HEX #521F17 Caput Mortuum

📋 copy color: '#521F17'

red 82 ◦ green 31 ◦ blue 23

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

Shades of Caput Mortuum #521F17

Tints of Caput Mortuum #521F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 22.79%

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

R = 60.29%
G = 22.79%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521F17 (or 0x521F17) is known color: Caput Mortuum. HEX triplet: 52, 1F and 17. RGB value is (82,31,23). Sum of RGB (Red+Green+Blue) = 82+31+23=136 (18% of max value = 765). Red value is 82 (32.42% from 255 or 60.29% from 136); Green value is 31 (12.5% from 255 or 22.79% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 82 - color contains mainly: red. Hex color #521F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #521F17 is #ADE0E8. Grayscale: #2D2D2D. Windows color (decimal): -11395305 or 1515346. OLE color: 1515346.

HSL color Cylindrical-coordinate representation of color #521F17: hue angle of 8.14º 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 #521F17 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 31 23 -
CMYK 0 0.62 0.72 0.68
HSL 8.14º 0.56% 0.21% -
HSV(B) 8.14º 0.72% 0.32% -
XYZ 4.12 2.84 1.14 -
YUV 45.34 115.4 154.15 -
System Red Green Blue C M Y K H S L
Decimal 82 31 23 0 0.62 0.72 0.68 8.14 0.56 0.21
Hex 52 1F 17 0 3E 48 44 8 38 15
Octal 122 37 27 0 76 110 104 10 70 25
Binary 1010010 11111 10111 0 111110 1001000 1000100 1000 111000 10101

Color Harmonies of #521F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521F17

Black with #521F17

Text Example


Text Example

White with #521F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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