Html Css Color HEX #52312E Espresso

📋 copy color: '#52312E'

red 82 ◦ green 49 ◦ blue 46

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

Shades of Espresso #52312E

Tints of Espresso #52312E

RGB

 RED value IS 82 (32.42% from 255) = 46.33%

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

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 46.33%
G = 27.68%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#52312E (or 0x52312E) is known color: Espresso. HEX triplet: 52, 31 and 2E. RGB value is (82,49,46). Sum of RGB (Red+Green+Blue) = 82+49+46=177 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.33% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 82 - color contains mainly: red. Hex color #52312E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52312E is #ADCED1. Grayscale: #3A3A3A. Windows color (decimal): -11390674 or 3027282. OLE color: 3027282.

HSL color Cylindrical-coordinate representation of color #52312E: hue angle of 5º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52312E is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 49 46 -
CMYK 0 0.40 0.44 0.68
HSL 0.28% 0.25% -
HSV(B) 0.44% 0.32% -
XYZ 5.07 4.19 3.13 -
YUV 58.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 82 49 46 0 0.40 0.44 0.68 5 0.28 0.25
Hex 52 31 2E 0 28 2C 44 5 1C 19
Octal 122 61 56 0 50 54 104 5 34 31
Binary 1010010 110001 101110 0 101000 101100 1000100 101 11100 11001

Color Harmonies of #52312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52312E

Black with #52312E

Text Example


Text Example

White with #52312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52312E; }

 p { color: rgb(82,49,46); }

 H1.HeaderClassName
 {
   color: #52312E;
 }
 .AnyTagClassName
 {
   color: #52312E;
 }
</style>

background-color css

<style>
 a { background-color: #52312E; }

 a { background-color: rgb(82,49,46); }

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

border-color css

<style>
 span { border-color: #52312E; }

 span { border-color: rgb(82,49,46); }

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