Html Css Color HEX #542015 Caput Mortuum

📋 copy color: '#542015'

red 84 ◦ green 32 ◦ blue 21

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

Shades of Caput Mortuum #542015

Tints of Caput Mortuum #542015

RGB

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

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

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

R = 61.31%
G = 23.36%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#542015 (or 0x542015) is known color: Caput Mortuum. HEX triplet: 54, 20 and 15. RGB value is (84,32,21). Sum of RGB (Red+Green+Blue) = 84+32+21=137 (18% of max value = 765). Red value is 84 (33.20% from 255 or 61.31% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 21 (8.59% from 255 or 15.33% from 137); Max value from RGB is 84 - color contains mainly: red. Hex color #542015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542015 is #ABDFEA. Grayscale: #2E2E2E. Windows color (decimal): -11263979 or 1384532. OLE color: 1384532.

HSL color Cylindrical-coordinate representation of color #542015: hue angle of 10.48º 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 #542015 is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 32 21 -
CMYK 0 0.62 0.75 0.67
HSL 10.48º 0.6% 0.21% -
HSV(B) 10.48º 0.75% 0.33% -
XYZ 4.31 2.97 1.06 -
YUV 46.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 84 32 21 0 0.62 0.75 0.67 10.48 0.6 0.21
Hex 54 20 15 0 3E 4B 43 A 3C 15
Octal 124 40 25 0 76 113 103 12 74 25
Binary 1010100 100000 10101 0 111110 1001011 1000011 1010 111100 10101

Color Harmonies of #542015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542015

Black with #542015

Text Example


Text Example

White with #542015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542015; }

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

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

background-color css

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

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

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

border-color css

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

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

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