Html Css Color HEX #4C460D Madras

📋 copy color: '#4C460D'

red 76 ◦ green 70 ◦ blue 13

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

Shades of Madras #4C460D

Tints of Madras #4C460D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.18%

R = 47.8%
G = 44.03%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#4C460D (or 0x4C460D) is known color: Madras. HEX triplet: 4C, 46 and 0D. RGB value is (76,70,13). Sum of RGB (Red+Green+Blue) = 76+70+13=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C460D is #B3B9F2. Grayscale: #414141. Windows color (decimal): -11778547 or 869964. OLE color: 869964.

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

Color convert

RGB 76 70 13 -
CMYK 0 0.08 0.83 0.70
HSL 54.29º 0.71% 0.17% -
HSV(B) 54.29º 0.83% 0.3% -
XYZ 5.24 5.95 1.25 -
YUV 65.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 76 70 13 0 0.08 0.83 0.70 54.29 0.71 0.17
Hex 4C 46 D 0 8 53 46 36 47 11
Octal 114 106 15 0 10 123 106 66 107 21
Binary 1001100 1000110 1101 0 1000 1010011 1000110 110110 1000111 10001

Color Harmonies of #4C460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C460D

Black with #4C460D

Text Example


Text Example

White with #4C460D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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