Html Css Color HEX #53352F Espresso

📋 copy color: '#53352F'

red 83 ◦ green 53 ◦ blue 47

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

Shades of Espresso #53352F

Tints of Espresso #53352F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.96%

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

R = 45.36%
G = 28.96%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#53352F (or 0x53352F) is known color: Espresso. HEX triplet: 53, 35 and 2F. RGB value is (83,53,47). Sum of RGB (Red+Green+Blue) = 83+53+47=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 47 (18.75% from 255 or 25.68% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53352F is #ACCAD0. Grayscale: #3D3D3D. Windows color (decimal): -11324113 or 3093843. OLE color: 3093843.

HSL color Cylindrical-coordinate representation of color #53352F: hue angle of 10º 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 #53352F is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 53 47 -
CMYK 0 0.36 0.43 0.67
HSL 10º 0.28% 0.25% -
HSV(B) 10º 0.43% 0.33% -
XYZ 5.35 4.59 3.29 -
YUV 61.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 83 53 47 0 0.36 0.43 0.67 10 0.28 0.25
Hex 53 35 2F 0 24 2B 43 A 1C 19
Octal 123 65 57 0 44 53 103 12 34 31
Binary 1010011 110101 101111 0 100100 101011 1000011 1010 11100 11001

Color Harmonies of #53352F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53352F

Black with #53352F

Text Example


Text Example

White with #53352F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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