#4B3430

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

Shades of Espresso #4B3430

Tints of Espresso #4B3430

Color information

#4B3430 (or 0x4B3430) is unknown color: approx Espresso. HEX triplet: 4B, 34 and 30. RGB value is (75,52,48). Sum of RGB (Red+Green+Blue) = 75+52+48=175 (23% of max value = 765). Red value is 75 (29.69% from 255 or 42.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3430 is #B4CBCF. Grayscale: #3A3A3A. Windows color (decimal): -11848656 or 3159115. OLE color: 3159115.

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

Color convert

RGB755248-
CMYK00.310.360.71
HSL8.89º21.95%24.12%-
HSV(B)8.89º36%29.41%-
XYZ4.664.173.35-
YUV58.42122.12139.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 42.86%
GREEN value IS 52 (20.70% from 255) = 29.71%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=42.86%
G=29.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75524800.310.360.718.8921.9524.12
Hex4B343001F244791618
Octal113646003744107112630
Binary1001011110100110000011111100100100011110011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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