Html Css Color HEX #4C4022 Madras

📋 copy color: '#4C4022'

red 76 ◦ green 64 ◦ blue 34

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

Shades of Madras #4C4022

Tints of Madras #4C4022

RGB

 RED value IS 76 (30.08% from 255) = 43.68%

 GREEN value IS 64 (25.39% from 255) = 36.78%

 BLUE value IS 34 (13.67% from 255) = 19.54%

R = 43.68%
G = 36.78%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.70

RGB Variations

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

Color information

#4C4022 (or 0x4C4022) is known color: Madras. HEX triplet: 4C, 40 and 22. RGB value is (76,64,34). Sum of RGB (Red+Green+Blue) = 76+64+34=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4022 is #B3BFDD. Grayscale: #404040. Windows color (decimal): -11780062 or 2244684. OLE color: 2244684.

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

Color convert

RGB 76 64 34 -
CMYK 0 0.16 0.55 0.70
HSL 42.86º 0.38% 0.22% -
HSV(B) 42.86º 0.55% 0.3% -
XYZ 5.1 5.32 2.27 -
YUV 64.17 110.98 136.44 -
System Red Green Blue C M Y K H S L
Decimal 76 64 34 0 0.16 0.55 0.70 42.86 0.38 0.22
Hex 4C 40 22 0 10 37 46 2B 26 16
Octal 114 100 42 0 20 67 106 53 46 26
Binary 1001100 1000000 100010 0 10000 110111 1000110 101011 100110 10110

Color Harmonies of #4C4022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4022

Black with #4C4022

Text Example


Text Example

White with #4C4022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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