#4B312C

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

Shades of Espresso #4B312C

Tints of Espresso #4B312C

Color information

#4B312C (or 0x4B312C) is unknown color: approx Espresso. HEX triplet: 4B, 31 and 2C. RGB value is (75,49,44). Sum of RGB (Red+Green+Blue) = 75+49+44=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 49 (19.53% from 255 or 29.17% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B312C is #B4CED3. Grayscale: #383838. Windows color (decimal): -11849428 or 2896203. OLE color: 2896203.

HSL color Cylindrical-coordinate representation of color #4B312C: hue angle of 9.68º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4B312C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB754944-
CMYK00.350.410.71
HSL9.68º26.05%23.33%-
HSV(B)9.68º41.33%29.41%-
XYZ4.453.872.9-
YUV56.2121.11141.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 49 (19.53% from 255) = 29.17%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=44.64%
G=29.17%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75494400.350.410.719.6826.0523.33
Hex4B312C0232947a1a17
Octal113615404351107123227
Binary10010111100011011000100011101001100011110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B312C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B312C; }

 p { color: rgb(75,49,44); }

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

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

 a { background-color: rgb(75,49,44); }

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

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

 span { border-color: rgb(75,49,44); }

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