Html Css Color HEX #4A3505 Madras

📋 copy color: '#4A3505'

red 74 ◦ green 53 ◦ blue 5

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

Shades of Madras #4A3505

Tints of Madras #4A3505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.79%

R = 56.06%
G = 40.15%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.71

RGB Variations

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

Color information

#4A3505 (or 0x4A3505) is known color: Madras. HEX triplet: 4A, 35 and 05. RGB value is (74,53,5). Sum of RGB (Red+Green+Blue) = 74+53+5=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3505 is #B5CAFA. Grayscale: #363636. Windows color (decimal): -11913979 or 341322. OLE color: 341322.

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

Color convert

RGB 74 53 5 -
CMYK 0 0.28 0.93 0.71
HSL 41.74º 0.87% 0.15% -
HSV(B) 41.74º 0.93% 0.29% -
XYZ 4.12 4.01 0.7 -
YUV 53.81 100.46 142.4 -
System Red Green Blue C M Y K H S L
Decimal 74 53 5 0 0.28 0.93 0.71 41.74 0.87 0.15
Hex 4A 35 5 0 1C 5D 47 2A 57 F
Octal 112 65 5 0 34 135 107 52 127 17
Binary 1001010 110101 101 0 11100 1011101 1000111 101010 1010111 1111

Color Harmonies of #4A3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3505

Black with #4A3505

Text Example


Text Example

White with #4A3505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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