Html Css Color HEX #4C4121 Madras

📋 copy color: '#4C4121'

red 76 ◦ green 65 ◦ blue 33

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

Shades of Madras #4C4121

Tints of Madras #4C4121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 37.36%

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

R = 43.68%
G = 37.36%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.70

RGB Variations

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

Color information

#4C4121 (or 0x4C4121) is known color: Madras. HEX triplet: 4C, 41 and 21. RGB value is (76,65,33). Sum of RGB (Red+Green+Blue) = 76+65+33=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4121 is #B3BEDE. Grayscale: #404040. Windows color (decimal): -11779807 or 2179404. OLE color: 2179404.

HSL color Cylindrical-coordinate representation of color #4C4121: hue angle of 44.65º 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 #4C4121 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 33 -
CMYK 0 0.14 0.57 0.70
HSL 44.65º 0.39% 0.21% -
HSV(B) 44.65º 0.57% 0.3% -
XYZ 5.15 5.43 2.22 -
YUV 64.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 76 65 33 0 0.14 0.57 0.70 44.65 0.39 0.21
Hex 4C 41 21 0 E 39 46 2D 27 15
Octal 114 101 41 0 16 71 106 55 47 25
Binary 1001100 1000001 100001 0 1110 111001 1000110 101101 100111 10101

Color Harmonies of #4C4121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4121

Black with #4C4121

Text Example


Text Example

White with #4C4121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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