#4D4022

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

Shades of Madras #4D4022

Tints of Madras #4D4022

Color information

#4D4022 (or 0x4D4022) is unknown color: approx Madras. HEX triplet: 4D, 40 and 22. RGB value is (77,64,34). Sum of RGB (Red+Green+Blue) = 77+64+34=175 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4022 is #B2BFDD. Grayscale: #404040. Windows color (decimal): -11714526 or 2244685. OLE color: 2244685.

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

Color convert

RGB776434-
CMYK00.170.560.70
HSL41.86º38.74%21.76%-
HSV(B)41.86º55.84%30.2%-
XYZ5.185.362.27-
YUV64.47110.81136.94-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 44%
GREEN value IS 64 (25.39% from 255) = 36.57%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=44%
G=36.57%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77643400.170.560.7041.8638.7421.76
Hex4D402201138462a2716
Octal1151004202170106524726
Binary10011011000000100010010001111000100011010101010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,34); }

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

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

 a { background-color: rgb(77,64,34); }

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

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

 span { border-color: rgb(77,64,34); }

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