Html Css Color HEX #4D432F Punga

📋 copy color: '#4D432F'

red 77 ◦ green 67 ◦ blue 47

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

Shades of Punga #4D432F

Tints of Punga #4D432F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 47 (18.75% from 255) = 24.61%

R = 40.31%
G = 35.08%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D432F (or 0x4D432F) is known color: Punga. HEX triplet: 4D, 43 and 2F. RGB value is (77,67,47). Sum of RGB (Red+Green+Blue) = 77+67+47=191 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.31% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 77 - color contains mainly: red. Hex color #4D432F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D432F is #B2BCD0. Grayscale: #434343. Windows color (decimal): -11713745 or 3097421. OLE color: 3097421.

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

Color convert

RGB 77 67 47 -
CMYK 0 0.13 0.39 0.70
HSL 40º 0.24% 0.24% -
HSV(B) 40º 0.39% 0.3% -
XYZ 5.58 5.8 3.51 -
YUV 67.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 77 67 47 0 0.13 0.39 0.70 40 0.24 0.24
Hex 4D 43 2F 0 D 27 46 28 18 18
Octal 115 103 57 0 15 47 106 50 30 30
Binary 1001101 1000011 101111 0 1101 100111 1000110 101000 11000 11000

Color Harmonies of #4D432F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D432F

Black with #4D432F

Text Example


Text Example

White with #4D432F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,47); }

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

background-color css

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

 a { background-color: rgb(77,67,47); }

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

border-color css

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

 span { border-color: rgb(77,67,47); }

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