Html Css Color HEX #4C460A Madras

📋 copy color: '#4C460A'

red 76 ◦ green 70 ◦ blue 10

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

Shades of Madras #4C460A

Tints of Madras #4C460A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.41%

R = 48.72%
G = 44.87%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.70

RGB Variations

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

Color information

#4C460A (or 0x4C460A) is known color: Madras. HEX triplet: 4C, 46 and 0A. RGB value is (76,70,10). Sum of RGB (Red+Green+Blue) = 76+70+10=156 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.72% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 10 (4.30% from 255 or 6.41% from 156); Max value from RGB is 76 - color contains mainly: red. Hex color #4C460A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C460A is #B3B9F5. Grayscale: #414141. Windows color (decimal): -11778550 or 673356. OLE color: 673356.

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

Color convert

RGB 76 70 10 -
CMYK 0 0.08 0.87 0.70
HSL 54.55º 0.77% 0.17% -
HSV(B) 54.55º 0.87% 0.3% -
XYZ 5.23 5.94 1.16 -
YUV 64.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 76 70 10 0 0.08 0.87 0.70 54.55 0.77 0.17
Hex 4C 46 A 0 8 57 46 37 4D 11
Octal 114 106 12 0 10 127 106 67 115 21
Binary 1001100 1000110 1010 0 1000 1010111 1000110 110111 1001101 10001

Color Harmonies of #4C460A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C460A

Black with #4C460A

Text Example


Text Example

White with #4C460A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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