Html Css Color HEX #4D4630 Punga

📋 copy color: '#4D4630'

red 77 ◦ green 70 ◦ blue 48

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

Shades of Punga #4D4630

Tints of Punga #4D4630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.9%

 BLUE value IS 48 (19.14% from 255) = 24.62%

R = 39.49%
G = 35.9%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4D4630 (or 0x4D4630) is known color: Punga. HEX triplet: 4D, 46 and 30. RGB value is (77,70,48). Sum of RGB (Red+Green+Blue) = 77+70+48=195 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.49% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 48 (19.14% from 255 or 24.62% from 195); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4630 is #B2B9CF. Grayscale: #454545. Windows color (decimal): -11712976 or 3163725. OLE color: 3163725.

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

Color convert

RGB 77 70 48 -
CMYK 0 0.09 0.38 0.70
HSL 45.52º 0.23% 0.25% -
HSV(B) 45.52º 0.38% 0.3% -
XYZ 5.78 6.17 3.68 -
YUV 69.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 77 70 48 0 0.09 0.38 0.70 45.52 0.23 0.25
Hex 4D 46 30 0 9 26 46 2E 17 19
Octal 115 106 60 0 11 46 106 56 27 31
Binary 1001101 1000110 110000 0 1001 100110 1000110 101110 10111 11001

Color Harmonies of #4D4630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4630

Black with #4D4630

Text Example


Text Example

White with #4D4630

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,70,48); }

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

background-color css

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

 a { background-color: rgb(77,70,48); }

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

border-color css

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

 span { border-color: rgb(77,70,48); }

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