Html Css Color HEX #4D470B Madras

📋 copy color: '#4D470B'

red 77 ◦ green 71 ◦ blue 11

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

Shades of Madras #4D470B

Tints of Madras #4D470B

RGB

 RED value IS 77 (30.47% from 255) = 48.43%

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

 BLUE value IS 11 (4.69% from 255) = 6.92%

R = 48.43%
G = 44.65%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#4D470B (or 0x4D470B) is known color: Madras. HEX triplet: 4D, 47 and 0B. RGB value is (77,71,11). Sum of RGB (Red+Green+Blue) = 77+71+11=159 (21% of max value = 765). Red value is 77 (30.47% from 255 or 48.43% from 159); Green value is 71 (28.12% from 255 or 44.65% from 159); Blue value is 11 (4.69% from 255 or 6.92% from 159); Max value from RGB is 77 - color contains mainly: red. Hex color #4D470B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D470B is #B2B8F4. Grayscale: #424242. Windows color (decimal): -11712757 or 739149. OLE color: 739149.

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

Color convert

RGB 77 71 11 -
CMYK 0 0.08 0.86 0.70
HSL 54.55º 0.75% 0.17% -
HSV(B) 54.55º 0.86% 0.3% -
XYZ 5.37 6.11 1.21 -
YUV 65.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 77 71 11 0 0.08 0.86 0.70 54.55 0.75 0.17
Hex 4D 47 B 0 8 56 46 37 4B 11
Octal 115 107 13 0 10 126 106 67 113 21
Binary 1001101 1000111 1011 0 1000 1010110 1000110 110111 1001011 10001

Color Harmonies of #4D470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D470B

Black with #4D470B

Text Example


Text Example

White with #4D470B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,11); }

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

background-color css

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

 a { background-color: rgb(77,71,11); }

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

border-color css

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

 span { border-color: rgb(77,71,11); }

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