Html Css Color HEX #4A3504 Madras

📋 copy color: '#4A3504'

red 74 ◦ green 53 ◦ blue 4

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

Shades of Madras #4A3504

Tints of Madras #4A3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 40.46%

 BLUE value IS 4 (1.95% from 255) = 3.05%

R = 56.49%
G = 40.46%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4A3504 (or 0x4A3504) is known color: Madras. HEX triplet: 4A, 35 and 04. RGB value is (74,53,4). Sum of RGB (Red+Green+Blue) = 74+53+4=131 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.49% from 131); Green value is 53 (21.09% from 255 or 40.46% from 131); Blue value is 4 (1.95% from 255 or 3.05% from 131); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3504 is #B5CAFB. Grayscale: #353535. Windows color (decimal): -11913980 or 275786. OLE color: 275786.

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

Color convert

RGB 74 53 4 -
CMYK 0 0.28 0.95 0.71
HSL 42º 0.9% 0.15% -
HSV(B) 42º 0.95% 0.29% -
XYZ 4.12 4.01 0.67 -
YUV 53.69 99.96 142.48 -
System Red Green Blue C M Y K H S L
Decimal 74 53 4 0 0.28 0.95 0.71 42 0.9 0.15
Hex 4A 35 4 0 1C 5F 47 2A 5A F
Octal 112 65 4 0 34 137 107 52 132 17
Binary 1001010 110101 100 0 11100 1011111 1000111 101010 1011010 1111

Color Harmonies of #4A3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3504

Black with #4A3504

Text Example


Text Example

White with #4A3504

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,53,4); }

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

background-color css

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

 a { background-color: rgb(74,53,4); }

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

border-color css

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

 span { border-color: rgb(74,53,4); }

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