Html Css Color HEX #513228 Espresso

📋 copy color: '#513228'

red 81 ◦ green 50 ◦ blue 40

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

Shades of Espresso #513228

Tints of Espresso #513228

RGB

 RED value IS 81 (32.03% from 255) = 47.37%

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 47.37%
G = 29.24%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#513228 (or 0x513228) is known color: Espresso. HEX triplet: 51, 32 and 28. RGB value is (81,50,40). Sum of RGB (Red+Green+Blue) = 81+50+40=171 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.37% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 81 - color contains mainly: red. Hex color #513228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513228 is #AECDD7. Grayscale: #3A3A3A. Windows color (decimal): -11455960 or 2634321. OLE color: 2634321.

HSL color Cylindrical-coordinate representation of color #513228: hue angle of 14.63º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #513228 is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 50 40 -
CMYK 0 0.38 0.51 0.68
HSL 14.63º 0.34% 0.24% -
HSV(B) 14.63º 0.51% 0.32% -
XYZ 4.92 4.18 2.56 -
YUV 58.13 117.77 144.31 -
System Red Green Blue C M Y K H S L
Decimal 81 50 40 0 0.38 0.51 0.68 14.63 0.34 0.24
Hex 51 32 28 0 26 33 44 F 22 18
Octal 121 62 50 0 46 63 104 17 42 30
Binary 1010001 110010 101000 0 100110 110011 1000100 1111 100010 11000

Color Harmonies of #513228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513228

Black with #513228

Text Example


Text Example

White with #513228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513228; }

 p { color: rgb(81,50,40); }

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

background-color css

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

 a { background-color: rgb(81,50,40); }

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

border-color css

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

 span { border-color: rgb(81,50,40); }

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