Html Css Color HEX #54312A Espresso

📋 copy color: '#54312A'

red 84 ◦ green 49 ◦ blue 42

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

Shades of Espresso #54312A

Tints of Espresso #54312A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 48%
G = 28%
B = 24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54312A (or 0x54312A) is known color: Espresso. HEX triplet: 54, 31 and 2A. RGB value is (84,49,42). Sum of RGB (Red+Green+Blue) = 84+49+42=175 (23% of max value = 765). Red value is 84 (33.20% from 255 or 48% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 84 - color contains mainly: red. Hex color #54312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54312A is #ABCED5. Grayscale: #3A3A3A. Windows color (decimal): -11259606 or 2765140. OLE color: 2765140.

HSL color Cylindrical-coordinate representation of color #54312A: hue angle of 10º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54312A is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 49 42 -
CMYK 0 0.42 0.5 0.67
HSL 10º 0.33% 0.25% -
HSV(B) 10º 0.5% 0.33% -
XYZ 5.17 4.25 2.74 -
YUV 58.67 118.6 146.07 -
System Red Green Blue C M Y K H S L
Decimal 84 49 42 0 0.42 0.5 0.67 10 0.33 0.25
Hex 54 31 2A 0 2A 32 43 A 21 19
Octal 124 61 52 0 52 62 103 12 41 31
Binary 1010100 110001 101010 0 101010 110010 1000011 1010 100001 11001

Color Harmonies of #54312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54312A

Black with #54312A

Text Example


Text Example

White with #54312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54312A; }

 p { color: rgb(84,49,42); }

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

background-color css

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

 a { background-color: rgb(84,49,42); }

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

border-color css

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

 span { border-color: rgb(84,49,42); }

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