#51302D

Color #51302D Espresso (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Espresso #51302D

Tints of Espresso #51302D

Color information

#51302D (or 0x51302D) is unknown color: approx Espresso. HEX triplet: 51, 30 and 2D. RGB value is (81,48,45). Sum of RGB (Red+Green+Blue) = 81+48+45=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 48 (19.14% from 255 or 27.59% from 174); Blue value is 45 (17.97% from 255 or 25.86% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51302D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51302D is #AECFD2. Grayscale: #393939. Windows color (decimal): -11456467 or 2961489. OLE color: 2961489.

HSL color Cylindrical-coordinate representation of color #51302D: hue angle of 5º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #51302D is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB814845-
CMYK00.410.440.68
HSL28.57%24.71%-
HSV(B)44.44%31.76%-
XYZ4.924.053.01-
YUV57.52120.93144.74-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 48 (19.14% from 255) = 27.59%
BLUE value IS 45 (17.97% from 255) = 25.86%
R=46.55%
G=27.59%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81484500.410.440.68528.5724.71
Hex51302D0292C4451d19
Octal12160550515410453531
Binary1010001110000101101010100110110010001001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51302D; }

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

 H1.HeaderClassName
 {
   color: #51302D;
 }
 .AnyTagClassName
 {
   color: #51302D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51302D;
 }
 .BgClassName
 {
   background-color: #51302D;
 }
</style>
border-color css

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

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

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