Html Css Color HEX #523230 Espresso

📋 copy color: '#523230'

red 82 ◦ green 50 ◦ blue 48

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

Shades of Espresso #523230

Tints of Espresso #523230

RGB

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

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

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

R = 45.56%
G = 27.78%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#523230 (or 0x523230) is known color: Espresso. HEX triplet: 52, 32 and 30. RGB value is (82,50,48). Sum of RGB (Red+Green+Blue) = 82+50+48=180 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.56% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 82 - color contains mainly: red. Hex color #523230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523230 is #ADCDCF. Grayscale: #3B3B3B. Windows color (decimal): -11390416 or 3158610. OLE color: 3158610.

HSL color Cylindrical-coordinate representation of color #523230: hue angle of 3.53º 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 #523230 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 48 -
CMYK 0 0.39 0.41 0.68
HSL 3.53º 0.26% 0.25% -
HSV(B) 3.53º 0.41% 0.32% -
XYZ 5.15 4.29 3.35 -
YUV 59.34 121.6 144.16 -
System Red Green Blue C M Y K H S L
Decimal 82 50 48 0 0.39 0.41 0.68 3.53 0.26 0.25
Hex 52 32 30 0 27 29 44 4 1A 19
Octal 122 62 60 0 47 51 104 4 32 31
Binary 1010010 110010 110000 0 100111 101001 1000100 100 11010 11001

Color Harmonies of #523230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523230

Black with #523230

Text Example


Text Example

White with #523230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523230; }

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

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

background-color css

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

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

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

border-color css

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

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

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