Html Css Color HEX #54231D Caput Mortuum

📋 copy color: '#54231D'

red 84 ◦ green 35 ◦ blue 29

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

Shades of Caput Mortuum #54231D

Tints of Caput Mortuum #54231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.59%

R = 56.76%
G = 23.65%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#54231D (or 0x54231D) is known color: Caput Mortuum. HEX triplet: 54, 23 and 1D. RGB value is (84,35,29). Sum of RGB (Red+Green+Blue) = 84+35+29=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54231D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54231D is #ABDCE2. Grayscale: #313131. Windows color (decimal): -11263203 or 1909588. OLE color: 1909588.

HSL color Cylindrical-coordinate representation of color #54231D: hue angle of 6.55º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54231D is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 35 29 -
CMYK 0 0.58 0.65 0.67
HSL 6.55º 0.49% 0.22% -
HSV(B) 6.55º 0.65% 0.33% -
XYZ 4.48 3.18 1.54 -
YUV 48.97 116.73 152.99 -
System Red Green Blue C M Y K H S L
Decimal 84 35 29 0 0.58 0.65 0.67 6.55 0.49 0.22
Hex 54 23 1D 0 3A 41 43 7 31 16
Octal 124 43 35 0 72 101 103 7 61 26
Binary 1010100 100011 11101 0 111010 1000001 1000011 111 110001 10110

Color Harmonies of #54231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54231D

Black with #54231D

Text Example


Text Example

White with #54231D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54231D; }

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

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

background-color css

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

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

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

border-color css

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

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

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