#4B403A

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

Shades of Paco #4B403A

Tints of Paco #4B403A

Color information

#4B403A (or 0x4B403A) is unknown color: approx Paco. HEX triplet: 4B, 40 and 3A. RGB value is (75,64,58). Sum of RGB (Red+Green+Blue) = 75+64+58=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 75 - color contains mainly: red. Hex color #4B403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B403A is #B4BFC5. Grayscale: #424242. Windows color (decimal): -11845574 or 3817547. OLE color: 3817547.

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

Color convert

RGB756458-
CMYK00.150.230.71
HSL21.18º12.78%26.08%-
HSV(B)21.18º22.67%29.41%-
XYZ5.55.474.77-
YUV66.6123.14133.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 64 (25.39% from 255) = 32.49%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=38.07%
G=32.49%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75645800.150.230.7121.1812.7826.08
Hex4B403A0F174715d1a
Octal1131007201727107251532
Binary100101110000001110100111110111100011110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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