Html Css Color HEX #4D4533 Punga

📋 copy color: '#4D4533'

red 77 ◦ green 69 ◦ blue 51

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

Shades of Punga #4D4533

Tints of Punga #4D4533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.03%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 39.09%
G = 35.03%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D4533 (or 0x4D4533) is known color: Punga. HEX triplet: 4D, 45 and 33. RGB value is (77,69,51). Sum of RGB (Red+Green+Blue) = 77+69+51=197 (26% of max value = 765). Red value is 77 (30.47% from 255 or 39.09% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4533 is #B2BACC. Grayscale: #454545. Windows color (decimal): -11713229 or 3360077. OLE color: 3360077.

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

Color convert

RGB 77 69 51 -
CMYK 0 0.10 0.34 0.70
HSL 41.54º 0.2% 0.25% -
HSV(B) 41.54º 0.34% 0.3% -
XYZ 5.79 6.07 4 -
YUV 69.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 77 69 51 0 0.10 0.34 0.70 41.54 0.2 0.25
Hex 4D 45 33 0 A 22 46 2A 14 19
Octal 115 105 63 0 12 42 106 52 24 31
Binary 1001101 1000101 110011 0 1010 100010 1000110 101010 10100 11001

Color Harmonies of #4D4533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4533

Black with #4D4533

Text Example


Text Example

White with #4D4533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,69,51); }

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

background-color css

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

 a { background-color: rgb(77,69,51); }

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

border-color css

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

 span { border-color: rgb(77,69,51); }

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