Html Css Color HEX #4D4433 Punga

📋 copy color: '#4D4433'

red 77 ◦ green 68 ◦ blue 51

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

Shades of Punga #4D4433

Tints of Punga #4D4433

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.69%

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

R = 39.29%
G = 34.69%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4D4433 (or 0x4D4433) is known color: Punga. HEX triplet: 4D, 44 and 33. RGB value is (77,68,51). Sum of RGB (Red+Green+Blue) = 77+68+51=196 (25% of max value = 765). Red value is 77 (30.47% from 255 or 39.29% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 51 (20.31% from 255 or 26.02% from 196); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4433 is #B2BBCC. Grayscale: #444444. Windows color (decimal): -11713485 or 3359821. OLE color: 3359821.

HSL color Cylindrical-coordinate representation of color #4D4433: hue angle of 39.23º 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 #4D4433 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 68 51 -
CMYK 0 0.12 0.34 0.70
HSL 39.23º 0.2% 0.25% -
HSV(B) 39.23º 0.34% 0.3% -
XYZ 5.73 5.95 3.98 -
YUV 68.75 117.98 133.88 -
System Red Green Blue C M Y K H S L
Decimal 77 68 51 0 0.12 0.34 0.70 39.23 0.2 0.25
Hex 4D 44 33 0 C 22 46 27 14 19
Octal 115 104 63 0 14 42 106 47 24 31
Binary 1001101 1000100 110011 0 1100 100010 1000110 100111 10100 11001

Color Harmonies of #4D4433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4433

Black with #4D4433

Text Example


Text Example

White with #4D4433

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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