Html Css Color HEX #4D483B Punga

📋 copy color: '#4D483B'

red 77 ◦ green 72 ◦ blue 59

#4D483B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Punga #4D483B

Tints of Punga #4D483B

RGB

 RED value IS 77 (30.47% from 255) = 37.02%

 GREEN value IS 72 (28.52% from 255) = 34.62%

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 37.02%
G = 34.62%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.70

RGB Variations

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

Color information

#4D483B (or 0x4D483B) is known color: Punga. HEX triplet: 4D, 48 and 3B. RGB value is (77,72,59). Sum of RGB (Red+Green+Blue) = 77+72+59=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D483B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D483B is #B2B7C4. Grayscale: #484848. Windows color (decimal): -11712453 or 3885133. OLE color: 3885133.

HSL color Cylindrical-coordinate representation of color #4D483B: hue angle of 43.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4D483B is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 72 59 -
CMYK 0 0.06 0.23 0.70
HSL 43.33º 0.13% 0.27% -
HSV(B) 43.33º 0.23% 0.3% -
XYZ 6.17 6.53 5.07 -
YUV 72.01 120.66 131.56 -
System Red Green Blue C M Y K H S L
Decimal 77 72 59 0 0.06 0.23 0.70 43.33 0.13 0.27
Hex 4D 48 3B 0 6 17 46 2B D 1B
Octal 115 110 73 0 6 27 106 53 15 33
Binary 1001101 1001000 111011 0 110 10111 1000110 101011 1101 11011

Color Harmonies of #4D483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D483B

Black with #4D483B

Text Example


Text Example

White with #4D483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,59); }

 H1.HeaderClassName
 {
   color: #4D483B;
 }
 .AnyTagClassName
 {
   color: #4D483B;
 }
</style>

background-color css

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

 a { background-color: rgb(77,72,59); }

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

border-color css

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

 span { border-color: rgb(77,72,59); }

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