Html Css Color HEX #54332A Espresso

📋 copy color: '#54332A'

red 84 ◦ green 51 ◦ blue 42

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

Shades of Espresso #54332A

Tints of Espresso #54332A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.81%

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

R = 47.46%
G = 28.81%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54332A (or 0x54332A) is known color: Espresso. HEX triplet: 54, 33 and 2A. RGB value is (84,51,42). Sum of RGB (Red+Green+Blue) = 84+51+42=177 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.46% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 42 (16.80% from 255 or 23.73% from 177); Max value from RGB is 84 - color contains mainly: red. Hex color #54332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54332A is #ABCCD5. Grayscale: #3B3B3B. Windows color (decimal): -11259094 or 2765652. OLE color: 2765652.

HSL color Cylindrical-coordinate representation of color #54332A: hue angle of 12.86º 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 #54332A is Cyan = 0, Magento = 0.39, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 51 42 -
CMYK 0 0.39 0.5 0.67
HSL 12.86º 0.33% 0.25% -
HSV(B) 12.86º 0.5% 0.33% -
XYZ 5.26 4.42 2.77 -
YUV 59.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 84 51 42 0 0.39 0.5 0.67 12.86 0.33 0.25
Hex 54 33 2A 0 27 32 43 D 21 19
Octal 124 63 52 0 47 62 103 15 41 31
Binary 1010100 110011 101010 0 100111 110010 1000011 1101 100001 11001

Color Harmonies of #54332A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54332A

Black with #54332A

Text Example


Text Example

White with #54332A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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