Html Css Color HEX #54322A Espresso

📋 copy color: '#54322A'

red 84 ◦ green 50 ◦ blue 42

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

Shades of Espresso #54322A

Tints of Espresso #54322A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.41%

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

R = 47.73%
G = 28.41%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54322A (or 0x54322A) is known color: Espresso. HEX triplet: 54, 32 and 2A. RGB value is (84,50,42). Sum of RGB (Red+Green+Blue) = 84+50+42=176 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.73% from 176); Green value is 50 (19.92% from 255 or 28.41% from 176); Blue value is 42 (16.80% from 255 or 23.86% from 176); Max value from RGB is 84 - color contains mainly: red. Hex color #54322A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54322A is #ABCDD5. Grayscale: #3B3B3B. Windows color (decimal): -11259350 or 2765396. OLE color: 2765396.

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

Color convert

RGB 84 50 42 -
CMYK 0 0.40 0.5 0.67
HSL 11.43º 0.33% 0.25% -
HSV(B) 11.43º 0.5% 0.33% -
XYZ 5.21 4.33 2.75 -
YUV 59.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 84 50 42 0 0.40 0.5 0.67 11.43 0.33 0.25
Hex 54 32 2A 0 28 32 43 B 21 19
Octal 124 62 52 0 50 62 103 13 41 31
Binary 1010100 110010 101010 0 101000 110010 1000011 1011 100001 11001

Color Harmonies of #54322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54322A

Black with #54322A

Text Example


Text Example

White with #54322A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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