Html Css Color HEX #541F14 Caput Mortuum

📋 copy color: '#541F14'

red 84 ◦ green 31 ◦ blue 20

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

Shades of Caput Mortuum #541F14

Tints of Caput Mortuum #541F14

RGB

 RED value IS 84 (33.2% from 255) = 62.22%

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

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

R = 62.22%
G = 22.96%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#541F14 (or 0x541F14) is known color: Caput Mortuum. HEX triplet: 54, 1F and 14. RGB value is (84,31,20). Sum of RGB (Red+Green+Blue) = 84+31+20=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #541F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #541F14 is #ABE0EB. Grayscale: #2D2D2D. Windows color (decimal): -11264236 or 1318740. OLE color: 1318740.

HSL color Cylindrical-coordinate representation of color #541F14: hue angle of 10.31º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541F14 is Cyan = 0, Magento = 0.63, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 31 20 -
CMYK 0 0.63 0.76 0.67
HSL 10.31º 0.62% 0.2% -
HSV(B) 10.31º 0.76% 0.33% -
XYZ 4.27 2.92 1 -
YUV 45.59 113.56 155.39 -
System Red Green Blue C M Y K H S L
Decimal 84 31 20 0 0.63 0.76 0.67 10.31 0.62 0.2
Hex 54 1F 14 0 3F 4C 43 A 3E 14
Octal 124 37 24 0 77 114 103 12 76 24
Binary 1010100 11111 10100 0 111111 1001100 1000011 1010 111110 10100

Color Harmonies of #541F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541F14

Black with #541F14

Text Example


Text Example

White with #541F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541F14; }

 p { color: rgb(84,31,20); }

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

background-color css

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

 a { background-color: rgb(84,31,20); }

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

border-color css

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

 span { border-color: rgb(84,31,20); }

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