Html Css Color HEX #4C4620 Madras

📋 copy color: '#4C4620'

red 76 ◦ green 70 ◦ blue 32

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

Shades of Madras #4C4620

Tints of Madras #4C4620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.33%

 BLUE value IS 32 (12.89% from 255) = 17.98%

R = 42.7%
G = 39.33%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#4C4620 (or 0x4C4620) is known color: Madras. HEX triplet: 4C, 46 and 20. RGB value is (76,70,32). Sum of RGB (Red+Green+Blue) = 76+70+32=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4620 is #B3B9DF. Grayscale: #434343. Windows color (decimal): -11778528 or 2115148. OLE color: 2115148.

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

Color convert

RGB 76 70 32 -
CMYK 0 0.08 0.58 0.70
HSL 51.82º 0.41% 0.21% -
HSV(B) 51.82º 0.58% 0.3% -
XYZ 5.43 6.02 2.24 -
YUV 67.46 107.99 134.09 -
System Red Green Blue C M Y K H S L
Decimal 76 70 32 0 0.08 0.58 0.70 51.82 0.41 0.21
Hex 4C 46 20 0 8 3A 46 34 29 15
Octal 114 106 40 0 10 72 106 64 51 25
Binary 1001100 1000110 100000 0 1000 111010 1000110 110100 101001 10101

Color Harmonies of #4C4620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4620

Black with #4C4620

Text Example


Text Example

White with #4C4620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,32); }

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

background-color css

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

 a { background-color: rgb(76,70,32); }

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

border-color css

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

 span { border-color: rgb(76,70,32); }

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