Html Css Color HEX #4C470E Madras

📋 copy color: '#4C470E'

red 76 ◦ green 71 ◦ blue 14

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

Shades of Madras #4C470E

Tints of Madras #4C470E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 44.1%

 BLUE value IS 14 (5.86% from 255) = 8.7%

R = 47.2%
G = 44.1%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#4C470E (or 0x4C470E) is known color: Madras. HEX triplet: 4C, 47 and 0E. RGB value is (76,71,14). Sum of RGB (Red+Green+Blue) = 76+71+14=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 71 (28.12% from 255 or 44.10% from 161); Blue value is 14 (5.86% from 255 or 8.70% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C470E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C470E is #B3B8F1. Grayscale: #424242. Windows color (decimal): -11778290 or 935756. OLE color: 935756.

HSL color Cylindrical-coordinate representation of color #4C470E: hue angle of 55.16º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C470E is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 71 14 -
CMYK 0 0.07 0.82 0.70
HSL 55.16º 0.69% 0.18% -
HSV(B) 55.16º 0.82% 0.3% -
XYZ 5.31 6.07 1.31 -
YUV 66 98.66 135.13 -
System Red Green Blue C M Y K H S L
Decimal 76 71 14 0 0.07 0.82 0.70 55.16 0.69 0.18
Hex 4C 47 E 0 7 52 46 37 45 12
Octal 114 107 16 0 7 122 106 67 105 22
Binary 1001100 1000111 1110 0 111 1010010 1000110 110111 1000101 10010

Color Harmonies of #4C470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C470E

Black with #4C470E

Text Example


Text Example

White with #4C470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,14); }

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

background-color css

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

 a { background-color: rgb(76,71,14); }

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

border-color css

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

 span { border-color: rgb(76,71,14); }

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