Html Css Color HEX #4A4202 Madras

📋 copy color: '#4A4202'

red 74 ◦ green 66 ◦ blue 2

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

Shades of Madras #4A4202

Tints of Madras #4A4202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.41%

R = 52.11%
G = 46.48%
B = 1.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.71

RGB Variations

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

Color information

#4A4202 (or 0x4A4202) is known color: Madras. HEX triplet: 4A, 42 and 02. RGB value is (74,66,2). Sum of RGB (Red+Green+Blue) = 74+66+2=142 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.11% from 142); Green value is 66 (26.17% from 255 or 46.48% from 142); Blue value is 2 (1.17% from 255 or 1.41% from 142); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4202 is #B5BDFD. Grayscale: #3D3D3D. Windows color (decimal): -11910654 or 148042. OLE color: 148042.

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

Color convert

RGB 74 66 2 -
CMYK 0 0.11 0.97 0.71
HSL 53.33º 0.95% 0.15% -
HSV(B) 53.33º 0.97% 0.29% -
XYZ 4.78 5.36 0.84 -
YUV 61.1 94.65 137.2 -
System Red Green Blue C M Y K H S L
Decimal 74 66 2 0 0.11 0.97 0.71 53.33 0.95 0.15
Hex 4A 42 2 0 B 61 47 35 5F F
Octal 112 102 2 0 13 141 107 65 137 17
Binary 1001010 1000010 10 0 1011 1100001 1000111 110101 1011111 1111

Color Harmonies of #4A4202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4202

Black with #4A4202

Text Example


Text Example

White with #4A4202

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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