Html Css Color HEX #4A4206 Madras

📋 copy color: '#4A4206'

red 74 ◦ green 66 ◦ blue 6

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

Shades of Madras #4A4206

Tints of Madras #4A4206

RGB

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

 GREEN value IS 66 (26.17% from 255) = 45.21%

 BLUE value IS 6 (2.73% from 255) = 4.11%

R = 50.68%
G = 45.21%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4A4206 (or 0x4A4206) is known color: Madras. HEX triplet: 4A, 42 and 06. RGB value is (74,66,6). Sum of RGB (Red+Green+Blue) = 74+66+6=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 66 (26.17% from 255 or 45.21% from 146); Blue value is 6 (2.73% from 255 or 4.11% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4206 is #B5BDF9. Grayscale: #3D3D3D. Windows color (decimal): -11910650 or 410186. OLE color: 410186.

HSL color Cylindrical-coordinate representation of color #4A4206: hue angle of 52.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4A4206 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 6 -
CMYK 0 0.11 0.92 0.71
HSL 52.94º 0.85% 0.16% -
HSV(B) 52.94º 0.92% 0.29% -
XYZ 4.81 5.37 0.95 -
YUV 61.55 96.65 136.88 -
System Red Green Blue C M Y K H S L
Decimal 74 66 6 0 0.11 0.92 0.71 52.94 0.85 0.16
Hex 4A 42 6 0 B 5C 47 35 55 10
Octal 112 102 6 0 13 134 107 65 125 20
Binary 1001010 1000010 110 0 1011 1011100 1000111 110101 1010101 10000

Color Harmonies of #4A4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4206

Black with #4A4206

Text Example


Text Example

White with #4A4206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,6); }

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

background-color css

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

 a { background-color: rgb(74,66,6); }

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

border-color css

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

 span { border-color: rgb(74,66,6); }

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