Html Css Color HEX #542013 Caput Mortuum

📋 copy color: '#542013'

red 84 ◦ green 32 ◦ blue 19

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

Shades of Caput Mortuum #542013

Tints of Caput Mortuum #542013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 62.22%
G = 23.7%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#542013 (or 0x542013) is known color: Caput Mortuum. HEX triplet: 54, 20 and 13. RGB value is (84,32,19). Sum of RGB (Red+Green+Blue) = 84+32+19=135 (17% of max value = 765). Red value is 84 (33.20% from 255 or 62.22% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 84 - color contains mainly: red. Hex color #542013 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542013 is #ABDFEC. Grayscale: #2E2E2E. Windows color (decimal): -11263981 or 1253460. OLE color: 1253460.

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

Color convert

RGB 84 32 19 -
CMYK 0 0.62 0.77 0.67
HSL 12º 0.63% 0.2% -
HSV(B) 12º 0.77% 0.33% -
XYZ 4.29 2.96 0.96 -
YUV 46.07 112.73 155.06 -
System Red Green Blue C M Y K H S L
Decimal 84 32 19 0 0.62 0.77 0.67 12 0.63 0.2
Hex 54 20 13 0 3E 4D 43 C 3F 14
Octal 124 40 23 0 76 115 103 14 77 24
Binary 1010100 100000 10011 0 111110 1001101 1000011 1100 111111 10100

Color Harmonies of #542013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542013

Black with #542013

Text Example


Text Example

White with #542013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542013; }

 p { color: rgb(84,32,19); }

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

background-color css

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

 a { background-color: rgb(84,32,19); }

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

border-color css

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

 span { border-color: rgb(84,32,19); }

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