Html Css Color HEX #542415 Caput Mortuum

📋 copy color: '#542415'

red 84 ◦ green 36 ◦ blue 21

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

Shades of Caput Mortuum #542415

Tints of Caput Mortuum #542415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.53%

 BLUE value IS 21 (8.59% from 255) = 14.89%

R = 59.57%
G = 25.53%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#542415 (or 0x542415) is known color: Caput Mortuum. HEX triplet: 54, 24 and 15. RGB value is (84,36,21). Sum of RGB (Red+Green+Blue) = 84+36+21=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 21 (8.59% from 255 or 14.89% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #542415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542415 is #ABDBEA. Grayscale: #303030. Windows color (decimal): -11262955 or 1385556. OLE color: 1385556.

HSL color Cylindrical-coordinate representation of color #542415: hue angle of 14.29º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #542415 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 36 21 -
CMYK 0 0.57 0.75 0.67
HSL 14.29º 0.6% 0.21% -
HSV(B) 14.29º 0.75% 0.33% -
XYZ 4.42 3.2 1.09 -
YUV 48.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 84 36 21 0 0.57 0.75 0.67 14.29 0.6 0.21
Hex 54 24 15 0 39 4B 43 E 3C 15
Octal 124 44 25 0 71 113 103 16 74 25
Binary 1010100 100100 10101 0 111001 1001011 1000011 1110 111100 10101

Color Harmonies of #542415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542415

Black with #542415

Text Example


Text Example

White with #542415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542415; }

 p { color: rgb(84,36,21); }

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

background-color css

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

 a { background-color: rgb(84,36,21); }

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

border-color css

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

 span { border-color: rgb(84,36,21); }

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