Html Css Color HEX #4D4828 Camouflage

📋 copy color: '#4D4828'

red 77 ◦ green 72 ◦ blue 40

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

Shades of Camouflage #4D4828

Tints of Camouflage #4D4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.1%

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 40.74%
G = 38.1%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.70

RGB Variations

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

Color information

#4D4828 (or 0x4D4828) is known color: Camouflage. HEX triplet: 4D, 48 and 28. RGB value is (77,72,40). Sum of RGB (Red+Green+Blue) = 77+72+40=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4828 is #B2B7D7. Grayscale: #454545. Windows color (decimal): -11712472 or 2639949. OLE color: 2639949.

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

Color convert

RGB 77 72 40 -
CMYK 0 0.06 0.48 0.70
HSL 51.89º 0.32% 0.23% -
HSV(B) 51.89º 0.48% 0.3% -
XYZ 5.76 6.37 2.93 -
YUV 69.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 77 72 40 0 0.06 0.48 0.70 51.89 0.32 0.23
Hex 4D 48 28 0 6 30 46 34 20 17
Octal 115 110 50 0 6 60 106 64 40 27
Binary 1001101 1001000 101000 0 110 110000 1000110 110100 100000 10111

Color Harmonies of #4D4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4828

Black with #4D4828

Text Example


Text Example

White with #4D4828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,40); }

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

background-color css

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

 a { background-color: rgb(77,72,40); }

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

border-color css

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

 span { border-color: rgb(77,72,40); }

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