Html Css Color HEX #52322F Espresso

📋 copy color: '#52322F'

red 82 ◦ green 50 ◦ blue 47

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

Shades of Espresso #52322F

Tints of Espresso #52322F

RGB

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

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

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

R = 45.81%
G = 27.93%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#52322F (or 0x52322F) is known color: Espresso. HEX triplet: 52, 32 and 2F. RGB value is (82,50,47). Sum of RGB (Red+Green+Blue) = 82+50+47=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 50 (19.92% from 255 or 27.93% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52322F is #ADCDD0. Grayscale: #3B3B3B. Windows color (decimal): -11390417 or 3093074. OLE color: 3093074.

HSL color Cylindrical-coordinate representation of color #52322F: hue angle of 5.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52322F is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 50 47 -
CMYK 0 0.39 0.43 0.68
HSL 5.14º 0.27% 0.25% -
HSV(B) 5.14º 0.43% 0.32% -
XYZ 5.13 4.28 3.24 -
YUV 59.23 121.1 144.24 -
System Red Green Blue C M Y K H S L
Decimal 82 50 47 0 0.39 0.43 0.68 5.14 0.27 0.25
Hex 52 32 2F 0 27 2B 44 5 1B 19
Octal 122 62 57 0 47 53 104 5 33 31
Binary 1010010 110010 101111 0 100111 101011 1000100 101 11011 11001

Color Harmonies of #52322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52322F

Black with #52322F

Text Example


Text Example

White with #52322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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