Html Css Color HEX #4D4022 Madras

📋 copy color: '#4D4022'

red 77 ◦ green 64 ◦ blue 34

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

Shades of Madras #4D4022

Tints of Madras #4D4022

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 value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.70

RGB Variations

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

Color information

#4D4022 (or 0x4D4022) is known color: 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

RGB 77 64 34 -
CMYK 0 0.17 0.56 0.70
HSL 41.86º 0.39% 0.22% -
HSV(B) 41.86º 0.56% 0.3% -
XYZ 5.18 5.36 2.27 -
YUV 64.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 77 64 34 0 0.17 0.56 0.70 41.86 0.39 0.22
Hex 4D 40 22 0 11 38 46 2A 27 16
Octal 115 100 42 0 21 70 106 52 47 26
Binary 1001101 1000000 100010 0 10001 111000 1000110 101010 100111 10110

Color Harmonies of #4D4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4022

Black with #4D4022

Text Example


Text Example

White with #4D4022

Text Example


Text Example

HTML Codes & Css Web 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>