Html Css Color HEX #523130 Espresso

📋 copy color: '#523130'

red 82 ◦ green 49 ◦ blue 48

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

Shades of Espresso #523130

Tints of Espresso #523130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 45.81%
G = 27.37%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#523130 (or 0x523130) is known color: Espresso. HEX triplet: 52, 31 and 30. RGB value is (82,49,48). Sum of RGB (Red+Green+Blue) = 82+49+48=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #523130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523130 is #ADCECF. Grayscale: #3A3A3A. Windows color (decimal): -11390672 or 3158354. OLE color: 3158354.

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

Color convert

RGB 82 49 48 -
CMYK 0 0.40 0.41 0.68
HSL 1.76º 0.26% 0.25% -
HSV(B) 1.76º 0.41% 0.32% -
XYZ 5.11 4.2 3.34 -
YUV 58.75 121.93 144.58 -
System Red Green Blue C M Y K H S L
Decimal 82 49 48 0 0.40 0.41 0.68 1.76 0.26 0.25
Hex 52 31 30 0 28 29 44 2 1A 19
Octal 122 61 60 0 50 51 104 2 32 31
Binary 1010010 110001 110000 0 101000 101001 1000100 10 11010 11001

Color Harmonies of #523130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523130

Black with #523130

Text Example


Text Example

White with #523130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523130; }

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

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

background-color css

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

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

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

border-color css

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

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

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