Html Css Color HEX #4D4635 Punga

📋 copy color: '#4D4635'

red 77 ◦ green 70 ◦ blue 53

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

Shades of Punga #4D4635

Tints of Punga #4D4635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.5%

R = 38.5%
G = 35%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.70

RGB Variations

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

Color information

#4D4635 (or 0x4D4635) is known color: Punga. HEX triplet: 4D, 46 and 35. RGB value is (77,70,53). Sum of RGB (Red+Green+Blue) = 77+70+53=200 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.5% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 53 (21.09% from 255 or 26.5% from 200); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4635 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4635 is #B2B9CA. Grayscale: #464646. Windows color (decimal): -11712971 or 3491405. OLE color: 3491405.

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

Color convert

RGB 77 70 53 -
CMYK 0 0.09 0.31 0.70
HSL 42.5º 0.18% 0.25% -
HSV(B) 42.5º 0.31% 0.3% -
XYZ 5.89 6.22 4.26 -
YUV 70.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 77 70 53 0 0.09 0.31 0.70 42.5 0.18 0.25
Hex 4D 46 35 0 9 1F 46 2A 12 19
Octal 115 106 65 0 11 37 106 52 22 31
Binary 1001101 1000110 110101 0 1001 11111 1000110 101010 10010 11001

Color Harmonies of #4D4635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4635

Black with #4D4635

Text Example


Text Example

White with #4D4635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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