Html Css Color HEX #4C4421 Madras

📋 copy color: '#4C4421'

red 76 ◦ green 68 ◦ blue 33

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

Shades of Madras #4C4421

Tints of Madras #4C4421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 38.42%

 BLUE value IS 33 (13.28% from 255) = 18.64%

R = 42.94%
G = 38.42%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C4421 (or 0x4C4421) is known color: Madras. HEX triplet: 4C, 44 and 21. RGB value is (76,68,33). Sum of RGB (Red+Green+Blue) = 76+68+33=177 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.94% from 177); Green value is 68 (26.95% from 255 or 38.42% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4421 is #B3BBDE. Grayscale: #424242. Windows color (decimal): -11779039 or 2180172. OLE color: 2180172.

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

Color convert

RGB 76 68 33 -
CMYK 0 0.11 0.57 0.70
HSL 48.84º 0.39% 0.21% -
HSV(B) 48.84º 0.57% 0.3% -
XYZ 5.32 5.78 2.27 -
YUV 66.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 76 68 33 0 0.11 0.57 0.70 48.84 0.39 0.21
Hex 4C 44 21 0 B 39 46 31 27 15
Octal 114 104 41 0 13 71 106 61 47 25
Binary 1001100 1000100 100001 0 1011 111001 1000110 110001 100111 10101

Color Harmonies of #4C4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4421

Black with #4C4421

Text Example


Text Example

White with #4C4421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,33); }

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

background-color css

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

 a { background-color: rgb(76,68,33); }

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

border-color css

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

 span { border-color: rgb(76,68,33); }

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