#4B413C

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

Shades of Paco #4B413C

Tints of Paco #4B413C

Color information

#4B413C (or 0x4B413C) is unknown color: approx Paco. HEX triplet: 4B, 41 and 3C. RGB value is (75,65,60). Sum of RGB (Red+Green+Blue) = 75+65+60=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 60 (23.83% from 255 or 30% from 200); Max value from RGB is 75 - color contains mainly: red. Hex color #4B413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B413C is #B4BEC3. Grayscale: #434343. Windows color (decimal): -11845316 or 3948875. OLE color: 3948875.

HSL color Cylindrical-coordinate representation of color #4B413C: hue angle of 20º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4B413C is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB756560-
CMYK00.130.200.71
HSL20º11.11%26.47%-
HSV(B)20º20%29.41%-
XYZ5.615.65.06-
YUV67.42123.81133.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 60 (23.83% from 255) = 30%
R=37.5%
G=32.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75656000.130.200.712011.1126.47
Hex4B413C0D144714b1a
Octal1131017401524107241332
Binary100101110000011111000110110100100011110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,65,60); }

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

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

 a { background-color: rgb(75,65,60); }

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

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

 span { border-color: rgb(75,65,60); }

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