Html Css Color HEX #53322F Espresso

📋 copy color: '#53322F'

red 83 ◦ green 50 ◦ blue 47

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

Shades of Espresso #53322F

Tints of Espresso #53322F

RGB

 RED value IS 83 (32.81% from 255) = 46.11%

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

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

R = 46.11%
G = 27.78%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53322F (or 0x53322F) is known color: Espresso. HEX triplet: 53, 32 and 2F. RGB value is (83,50,47). Sum of RGB (Red+Green+Blue) = 83+50+47=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 50 (19.92% from 255 or 27.78% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53322F is #ACCDD0. Grayscale: #3B3B3B. Windows color (decimal): -11324881 or 3093075. OLE color: 3093075.

HSL color Cylindrical-coordinate representation of color #53322F: hue angle of 5º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53322F is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 50 47 -
CMYK 0 0.40 0.43 0.67
HSL 0.28% 0.25% -
HSV(B) 0.43% 0.33% -
XYZ 5.22 4.33 3.25 -
YUV 59.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 83 50 47 0 0.40 0.43 0.67 5 0.28 0.25
Hex 53 32 2F 0 28 2B 43 5 1C 19
Octal 123 62 57 0 50 53 103 5 34 31
Binary 1010011 110010 101111 0 101000 101011 1000011 101 11100 11001

Color Harmonies of #53322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53322F

Black with #53322F

Text Example


Text Example

White with #53322F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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