#4B473D

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

Shades of Punga #4B473D

Tints of Punga #4B473D

Color information

#4B473D (or 0x4B473D) is unknown color: approx Punga. HEX triplet: 4B, 47 and 3D. RGB value is (75,71,61). Sum of RGB (Red+Green+Blue) = 75+71+61=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B473D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B473D is #B4B8C2. Grayscale: #474747. Windows color (decimal): -11843779 or 4015947. OLE color: 4015947.

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

Color convert

RGB757161-
CMYK00.050.190.71
HSL42.86º10.29%26.67%-
HSV(B)42.86º18.67%29.41%-
XYZ66.345.32-
YUV71.06122.33130.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.23%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 61 (24.22% from 255) = 29.47%
R=36.23%
G=34.30%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75716100.050.190.7142.8610.2926.67
Hex4B473D0513472ba1b
Octal113107750523107531233
Binary100101110001111111010101100111000111101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,71,61); }

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

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

 a { background-color: rgb(75,71,61); }

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

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

 span { border-color: rgb(75,71,61); }

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