Html Css Color HEX #52362D Espresso

📋 copy color: '#52362D'

red 82 ◦ green 54 ◦ blue 45

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

Shades of Espresso #52362D

Tints of Espresso #52362D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 29.83%

 BLUE value IS 45 (17.97% from 255) = 24.86%

R = 45.3%
G = 29.83%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#52362D (or 0x52362D) is known color: Espresso. HEX triplet: 52, 36 and 2D. RGB value is (82,54,45). Sum of RGB (Red+Green+Blue) = 82+54+45=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 45 (17.97% from 255 or 24.86% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52362D is #ADC9D2. Grayscale: #3D3D3D. Windows color (decimal): -11389395 or 2963026. OLE color: 2963026.

HSL color Cylindrical-coordinate representation of color #52362D: hue angle of 14.59º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52362D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 45 -
CMYK 0 0.34 0.45 0.68
HSL 14.59º 0.29% 0.25% -
HSV(B) 14.59º 0.45% 0.32% -
XYZ 5.27 4.62 3.1 -
YUV 61.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 82 54 45 0 0.34 0.45 0.68 14.59 0.29 0.25
Hex 52 36 2D 0 22 2D 44 F 1D 19
Octal 122 66 55 0 42 55 104 17 35 31
Binary 1010010 110110 101101 0 100010 101101 1000100 1111 11101 11001

Color Harmonies of #52362D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52362D

Black with #52362D

Text Example


Text Example

White with #52362D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52362D; }

 p { color: rgb(82,54,45); }

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

background-color css

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

 a { background-color: rgb(82,54,45); }

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

border-color css

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

 span { border-color: rgb(82,54,45); }

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