Html Css Color HEX #4A4421 Madras

📋 copy color: '#4A4421'

red 74 ◦ green 68 ◦ blue 33

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

Shades of Madras #4A4421

Tints of Madras #4A4421

RGB

 RED value IS 74 (29.3% from 255) = 42.29%

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

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

R = 42.29%
G = 38.86%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#4A4421 (or 0x4A4421) is known color: Madras. HEX triplet: 4A, 44 and 21. RGB value is (74,68,33). Sum of RGB (Red+Green+Blue) = 74+68+33=175 (23% of max value = 765). Red value is 74 (29.30% from 255 or 42.29% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4421 is #B5BBDE. Grayscale: #414141. Windows color (decimal): -11910111 or 2180170. OLE color: 2180170.

HSL color Cylindrical-coordinate representation of color #4A4421: hue angle of 51.22º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4A4421 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 68 33 -
CMYK 0 0.08 0.55 0.71
HSL 51.22º 0.38% 0.21% -
HSV(B) 51.22º 0.55% 0.29% -
XYZ 5.17 5.7 2.27 -
YUV 65.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 74 68 33 0 0.08 0.55 0.71 51.22 0.38 0.21
Hex 4A 44 21 0 8 37 47 33 26 15
Octal 112 104 41 0 10 67 107 63 46 25
Binary 1001010 1000100 100001 0 1000 110111 1000111 110011 100110 10101

Color Harmonies of #4A4421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4421

Black with #4A4421

Text Example


Text Example

White with #4A4421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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