Html Css Color HEX #53312D Espresso

📋 copy color: '#53312D'

red 83 ◦ green 49 ◦ blue 45

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

Shades of Espresso #53312D

Tints of Espresso #53312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 46.89%
G = 27.68%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#53312D (or 0x53312D) is known color: Espresso. HEX triplet: 53, 31 and 2D. RGB value is (83,49,45). Sum of RGB (Red+Green+Blue) = 83+49+45=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53312D is #ACCED2. Grayscale: #3A3A3A. Windows color (decimal): -11325139 or 2961747. OLE color: 2961747.

HSL color Cylindrical-coordinate representation of color #53312D: hue angle of 6.32º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53312D is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 49 45 -
CMYK 0 0.41 0.46 0.67
HSL 6.32º 0.3% 0.25% -
HSV(B) 6.32º 0.46% 0.33% -
XYZ 5.14 4.23 3.03 -
YUV 58.71 120.26 145.33 -
System Red Green Blue C M Y K H S L
Decimal 83 49 45 0 0.41 0.46 0.67 6.32 0.3 0.25
Hex 53 31 2D 0 29 2E 43 6 1E 19
Octal 123 61 55 0 51 56 103 6 36 31
Binary 1010011 110001 101101 0 101001 101110 1000011 110 11110 11001

Color Harmonies of #53312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53312D

Black with #53312D

Text Example


Text Example

White with #53312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,49,45); }

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

background-color css

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

 a { background-color: rgb(83,49,45); }

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

border-color css

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

 span { border-color: rgb(83,49,45); }

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