Html Css Color HEX #542319 Caput Mortuum

📋 copy color: '#542319'

red 84 ◦ green 35 ◦ blue 25

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

Shades of Caput Mortuum #542319

Tints of Caput Mortuum #542319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 58.33%
G = 24.31%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#542319 (or 0x542319) is known color: Caput Mortuum. HEX triplet: 54, 23 and 19. RGB value is (84,35,25). Sum of RGB (Red+Green+Blue) = 84+35+25=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542319 is #ABDCE6. Grayscale: #303030. Windows color (decimal): -11263207 or 1647444. OLE color: 1647444.

HSL color Cylindrical-coordinate representation of color #542319: hue angle of 10.17º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #542319 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 35 25 -
CMYK 0 0.58 0.70 0.67
HSL 10.17º 0.54% 0.21% -
HSV(B) 10.17º 0.7% 0.33% -
XYZ 4.43 3.16 1.3 -
YUV 48.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 84 35 25 0 0.58 0.70 0.67 10.17 0.54 0.21
Hex 54 23 19 0 3A 46 43 A 36 15
Octal 124 43 31 0 72 106 103 12 66 25
Binary 1010100 100011 11001 0 111010 1000110 1000011 1010 110110 10101

Color Harmonies of #542319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #542319

Black with #542319

Text Example


Text Example

White with #542319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #542319; }

 p { color: rgb(84,35,25); }

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

background-color css

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

 a { background-color: rgb(84,35,25); }

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

border-color css

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

 span { border-color: rgb(84,35,25); }

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