Html Css Color HEX #53302B Espresso

📋 copy color: '#53302B'

red 83 ◦ green 48 ◦ blue 43

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

Shades of Espresso #53302B

Tints of Espresso #53302B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.59%

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

R = 47.7%
G = 27.59%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53302B (or 0x53302B) is known color: Espresso. HEX triplet: 53, 30 and 2B. RGB value is (83,48,43). Sum of RGB (Red+Green+Blue) = 83+48+43=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #53302B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53302B is #ACCFD4. Grayscale: #393939. Windows color (decimal): -11325397 or 2830419. OLE color: 2830419.

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

Color convert

RGB 83 48 43 -
CMYK 0 0.42 0.48 0.67
HSL 7.5º 0.32% 0.25% -
HSV(B) 7.5º 0.48% 0.33% -
XYZ 5.06 4.13 2.82 -
YUV 57.9 119.6 145.91 -
System Red Green Blue C M Y K H S L
Decimal 83 48 43 0 0.42 0.48 0.67 7.5 0.32 0.25
Hex 53 30 2B 0 2A 30 43 8 20 19
Octal 123 60 53 0 52 60 103 10 40 31
Binary 1010011 110000 101011 0 101010 110000 1000011 1000 100000 11001

Color Harmonies of #53302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53302B

Black with #53302B

Text Example


Text Example

White with #53302B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,48,43); }

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

background-color css

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

 a { background-color: rgb(83,48,43); }

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

border-color css

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

 span { border-color: rgb(83,48,43); }

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