#4D4826

Color #4D4826 Woodrush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodrush #4D4826

Tints of Woodrush #4D4826

Color information

#4D4826 (or 0x4D4826) is unknown color: approx Woodrush. HEX triplet: 4D, 48 and 26. RGB value is (77,72,38). Sum of RGB (Red+Green+Blue) = 77+72+38=187 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.18% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4826 is #B2B7D9. Grayscale: #454545. Windows color (decimal): -11712474 or 2508877. OLE color: 2508877.

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

Color convert

RGB777238-
CMYK00.060.510.70
HSL52.31º33.91%22.55%-
HSV(B)52.31º50.65%30.2%-
XYZ5.736.352.76-
YUV69.62110.16133.26-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 41.18%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=41.18%
G=38.50%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77723800.060.510.7052.3133.9122.55
Hex4D4826063346342217
Octal115110460663106644227
Binary100110110010001001100110110011100011011010010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D4826;
 }
 .AnyTagClassName
 {
   color: #4D4826;
 }
</style>
background-color css

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

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

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

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

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

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