Html Css Color HEX #53342F Espresso

📋 copy color: '#53342F'

red 83 ◦ green 52 ◦ blue 47

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

Shades of Espresso #53342F

Tints of Espresso #53342F

RGB

 RED value IS 83 (32.81% from 255) = 45.6%

 GREEN value IS 52 (20.7% from 255) = 28.57%

 BLUE value IS 47 (18.75% from 255) = 25.82%

R = 45.6%
G = 28.57%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53342F (or 0x53342F) is known color: Espresso. HEX triplet: 53, 34 and 2F. RGB value is (83,52,47). Sum of RGB (Red+Green+Blue) = 83+52+47=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 47 (18.75% from 255 or 25.82% from 182); Max value from RGB is 83 - color contains mainly: red. Hex color #53342F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53342F is #ACCBD0. Grayscale: #3C3C3C. Windows color (decimal): -11324369 or 3093587. OLE color: 3093587.

HSL color Cylindrical-coordinate representation of color #53342F: hue angle of 8.33º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53342F is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 52 47 -
CMYK 0 0.37 0.43 0.67
HSL 8.33º 0.28% 0.25% -
HSV(B) 8.33º 0.43% 0.33% -
XYZ 5.31 4.5 3.28 -
YUV 60.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 83 52 47 0 0.37 0.43 0.67 8.33 0.28 0.25
Hex 53 34 2F 0 25 2B 43 8 1C 19
Octal 123 64 57 0 45 53 103 10 34 31
Binary 1010011 110100 101111 0 100101 101011 1000011 1000 11100 11001

Color Harmonies of #53342F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53342F

Black with #53342F

Text Example


Text Example

White with #53342F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53342F; }

 p { color: rgb(83,52,47); }

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

background-color css

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

 a { background-color: rgb(83,52,47); }

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

border-color css

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

 span { border-color: rgb(83,52,47); }

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