Html Css Color HEX #4D483D Punga

📋 copy color: '#4D483D'

red 77 ◦ green 72 ◦ blue 61

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

Shades of Punga #4D483D

Tints of Punga #4D483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.05%

R = 36.67%
G = 34.29%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D483D (or 0x4D483D) is known color: Punga. HEX triplet: 4D, 48 and 3D. RGB value is (77,72,61). Sum of RGB (Red+Green+Blue) = 77+72+61=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D483D is #B2B7C2. Grayscale: #484848. Windows color (decimal): -11712451 or 4016205. OLE color: 4016205.

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

Color convert

RGB 77 72 61 -
CMYK 0 0.06 0.21 0.70
HSL 41.25º 0.12% 0.27% -
HSV(B) 41.25º 0.21% 0.3% -
XYZ 6.22 6.55 5.35 -
YUV 72.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 77 72 61 0 0.06 0.21 0.70 41.25 0.12 0.27
Hex 4D 48 3D 0 6 15 46 29 C 1B
Octal 115 110 75 0 6 25 106 51 14 33
Binary 1001101 1001000 111101 0 110 10101 1000110 101001 1100 11011

Color Harmonies of #4D483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D483D

Black with #4D483D

Text Example


Text Example

White with #4D483D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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