Html Css Color HEX #4A4210 Madras

📋 copy color: '#4A4210'

red 74 ◦ green 66 ◦ blue 16

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

Shades of Madras #4A4210

Tints of Madras #4A4210

RGB

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

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

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

R = 47.44%
G = 42.31%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#4A4210 (or 0x4A4210) is known color: Madras. HEX triplet: 4A, 42 and 10. RGB value is (74,66,16). Sum of RGB (Red+Green+Blue) = 74+66+16=156 (20% of max value = 765). Red value is 74 (29.30% from 255 or 47.44% from 156); Green value is 66 (26.17% from 255 or 42.31% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4210 is #B5BDEF. Grayscale: #3E3E3E. Windows color (decimal): -11910640 or 1065546. OLE color: 1065546.

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

Color convert

RGB 74 66 16 -
CMYK 0 0.11 0.78 0.71
HSL 51.72º 0.64% 0.18% -
HSV(B) 51.72º 0.78% 0.29% -
XYZ 4.87 5.39 1.27 -
YUV 62.69 101.65 136.07 -
System Red Green Blue C M Y K H S L
Decimal 74 66 16 0 0.11 0.78 0.71 51.72 0.64 0.18
Hex 4A 42 10 0 B 4E 47 34 40 12
Octal 112 102 20 0 13 116 107 64 100 22
Binary 1001010 1000010 10000 0 1011 1001110 1000111 110100 1000000 10010

Color Harmonies of #4A4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4210

Black with #4A4210

Text Example


Text Example

White with #4A4210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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