Html Css Color HEX #52322B Espresso

📋 copy color: '#52322B'

red 82 ◦ green 50 ◦ blue 43

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

Shades of Espresso #52322B

Tints of Espresso #52322B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.57%

R = 46.86%
G = 28.57%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#52322B (or 0x52322B) is known color: Espresso. HEX triplet: 52, 32 and 2B. RGB value is (82,50,43). Sum of RGB (Red+Green+Blue) = 82+50+43=175 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.86% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 82 - color contains mainly: red. Hex color #52322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52322B is #ADCDD4. Grayscale: #3A3A3A. Windows color (decimal): -11390421 or 2830930. OLE color: 2830930.

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

Color convert

RGB 82 50 43 -
CMYK 0 0.39 0.48 0.68
HSL 10.77º 0.31% 0.25% -
HSV(B) 10.77º 0.48% 0.32% -
XYZ 5.06 4.25 2.84 -
YUV 58.77 119.1 144.57 -
System Red Green Blue C M Y K H S L
Decimal 82 50 43 0 0.39 0.48 0.68 10.77 0.31 0.25
Hex 52 32 2B 0 27 30 44 B 1F 19
Octal 122 62 53 0 47 60 104 13 37 31
Binary 1010010 110010 101011 0 100111 110000 1000100 1011 11111 11001

Color Harmonies of #52322B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52322B

Black with #52322B

Text Example


Text Example

White with #52322B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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