Html Css Color HEX #51302D Espresso

📋 copy color: '#51302D'

red 81 ◦ green 48 ◦ blue 45

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

Shades of Espresso #51302D

Tints of Espresso #51302D

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 value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.68

RGB Variations

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

Color information

#51302D (or 0x51302D) is known color: 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

RGB 81 48 45 -
CMYK 0 0.41 0.44 0.68
HSL 0.29% 0.25% -
HSV(B) 0.44% 0.32% -
XYZ 4.92 4.05 3.01 -
YUV 57.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 81 48 45 0 0.41 0.44 0.68 5 0.29 0.25
Hex 51 30 2D 0 29 2C 44 5 1D 19
Octal 121 60 55 0 51 54 104 5 35 31
Binary 1010001 110000 101101 0 101001 101100 1000100 101 11101 11001

Color Harmonies of #51302D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51302D

Black with #51302D

Text Example


Text Example

White with #51302D

Text Example


Text Example

HTML Codes & Css Web 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>