#4B302D

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

Shades of Espresso #4B302D

Tints of Espresso #4B302D

Color information

#4B302D (or 0x4B302D) is unknown color: approx Espresso. HEX triplet: 4B, 30 and 2D. RGB value is (75,48,45). Sum of RGB (Red+Green+Blue) = 75+48+45=168 (22% of max value = 765). Red value is 75 (29.69% from 255 or 44.64% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 75 - color contains mainly: red. Hex color #4B302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B302D is #B4CFD2. Grayscale: #373737. Windows color (decimal): -11849683 or 2961483. OLE color: 2961483.

HSL color Cylindrical-coordinate representation of color #4B302D: hue angle of 6º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B302D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB754845-
CMYK00.360.400.71
HSL25%23.53%-
HSV(B)40%29.41%-
XYZ4.433.82.98-
YUV55.73121.95141.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 44.64%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=44.64%
G=28.57%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75484500.360.400.7162523.53
Hex4B302D024284761918
Octal11360550445010763130
Binary1001011110000101101010010010100010001111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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