Html Css Color HEX #513027 Espresso

📋 copy color: '#513027'

red 81 ◦ green 48 ◦ blue 39

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

Shades of Espresso #513027

Tints of Espresso #513027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 23.21%

R = 48.21%
G = 28.57%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#513027 (or 0x513027) is known color: Espresso. HEX triplet: 51, 30 and 27. RGB value is (81,48,39). Sum of RGB (Red+Green+Blue) = 81+48+39=168 (22% of max value = 765). Red value is 81 (32.03% from 255 or 48.21% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 81 - color contains mainly: red. Hex color #513027 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513027 is #AECFD8. Grayscale: #383838. Windows color (decimal): -11456473 or 2568273. OLE color: 2568273.

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

Color convert

RGB 81 48 39 -
CMYK 0 0.41 0.52 0.68
HSL 12.86º 0.35% 0.24% -
HSV(B) 12.86º 0.52% 0.32% -
XYZ 4.82 4.01 2.44 -
YUV 56.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 81 48 39 0 0.41 0.52 0.68 12.86 0.35 0.24
Hex 51 30 27 0 29 34 44 D 23 18
Octal 121 60 47 0 51 64 104 15 43 30
Binary 1010001 110000 100111 0 101001 110100 1000100 1101 100011 11000

Color Harmonies of #513027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513027

Black with #513027

Text Example


Text Example

White with #513027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513027; }

 p { color: rgb(81,48,39); }

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

background-color css

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

 a { background-color: rgb(81,48,39); }

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

border-color css

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

 span { border-color: rgb(81,48,39); }

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