Html Css Color HEX #4A410E Madras

📋 copy color: '#4A410E'

red 74 ◦ green 65 ◦ blue 14

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

Shades of Madras #4A410E

Tints of Madras #4A410E

RGB

 RED value IS 74 (29.3% from 255) = 48.37%

 GREEN value IS 65 (25.78% from 255) = 42.48%

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

R = 48.37%
G = 42.48%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4A410E (or 0x4A410E) is known color: Madras. HEX triplet: 4A, 41 and 0E. RGB value is (74,65,14). Sum of RGB (Red+Green+Blue) = 74+65+14=153 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.37% from 153); Green value is 65 (25.78% from 255 or 42.48% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 74 - color contains mainly: red. Hex color #4A410E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A410E is #B5BEF1. Grayscale: #3E3E3E. Windows color (decimal): -11910898 or 934218. OLE color: 934218.

HSL color Cylindrical-coordinate representation of color #4A410E: hue angle of 51º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A410E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 65 14 -
CMYK 0 0.12 0.81 0.71
HSL 51º 0.68% 0.17% -
HSV(B) 51º 0.81% 0.29% -
XYZ 4.79 5.27 1.18 -
YUV 61.88 100.98 136.65 -
System Red Green Blue C M Y K H S L
Decimal 74 65 14 0 0.12 0.81 0.71 51 0.68 0.17
Hex 4A 41 E 0 C 51 47 33 44 11
Octal 112 101 16 0 14 121 107 63 104 21
Binary 1001010 1000001 1110 0 1100 1010001 1000111 110011 1000100 10001

Color Harmonies of #4A410E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A410E

Black with #4A410E

Text Example


Text Example

White with #4A410E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,14); }

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

background-color css

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

 a { background-color: rgb(74,65,14); }

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

border-color css

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

 span { border-color: rgb(74,65,14); }

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