Html Css Color HEX #4C4310 Madras

📋 copy color: '#4C4310'

red 76 ◦ green 67 ◦ blue 16

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

Shades of Madras #4C4310

Tints of Madras #4C4310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 42.14%

 BLUE value IS 16 (6.64% from 255) = 10.06%

R = 47.8%
G = 42.14%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#4C4310 (or 0x4C4310) is known color: Madras. HEX triplet: 4C, 43 and 10. RGB value is (76,67,16). Sum of RGB (Red+Green+Blue) = 76+67+16=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 67 (26.56% from 255 or 42.14% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C4310 is #B3BCEF. Grayscale: #404040. Windows color (decimal): -11779312 or 1065804. OLE color: 1065804.

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

Color convert

RGB 76 67 16 -
CMYK 0 0.12 0.79 0.70
HSL 51º 0.65% 0.18% -
HSV(B) 51º 0.79% 0.3% -
XYZ 5.08 5.59 1.3 -
YUV 63.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 76 67 16 0 0.12 0.79 0.70 51 0.65 0.18
Hex 4C 43 10 0 C 4F 46 33 41 12
Octal 114 103 20 0 14 117 106 63 101 22
Binary 1001100 1000011 10000 0 1100 1001111 1000110 110011 1000001 10010

Color Harmonies of #4C4310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4310

Black with #4C4310

Text Example


Text Example

White with #4C4310

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,16); }

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

background-color css

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

 a { background-color: rgb(76,67,16); }

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

border-color css

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

 span { border-color: rgb(76,67,16); }

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