#4B4340

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

Shades of Paco #4B4340

Tints of Paco #4B4340

Color information

#4B4340 (or 0x4B4340) is unknown color: approx Paco. HEX triplet: 4B, 43 and 40. RGB value is (75,67,64). Sum of RGB (Red+Green+Blue) = 75+67+64=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 64 (25.39% from 255 or 31.07% from 206); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4340 is #B4BCBF. Grayscale: #454545. Windows color (decimal): -11844800 or 4211531. OLE color: 4211531.

HSL color Cylindrical-coordinate representation of color #4B4340: hue angle of 16.36º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4B4340 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB756764-
CMYK00.110.150.71
HSL16.36º7.91%27.25%-
HSV(B)16.36º14.67%29.41%-
XYZ5.835.885.68-
YUV69.05125.15132.24-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 64 (25.39% from 255) = 31.07%
R=36.41%
G=32.52%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75676400.110.150.7116.367.9127.25
Hex4B43400BF471081b
Octal11310310001317107201033
Binary100101110000111000000010111111100011110000100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B4340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,67,64); }

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

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

 a { background-color: rgb(75,67,64); }

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

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

 span { border-color: rgb(75,67,64); }

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