Html Css Color HEX #4A4304 Madras

📋 copy color: '#4A4304'

red 74 ◦ green 67 ◦ blue 4

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

Shades of Madras #4A4304

Tints of Madras #4A4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 51.03%
G = 46.21%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4A4304 (or 0x4A4304) is known color: Madras. HEX triplet: 4A, 43 and 04. RGB value is (74,67,4). Sum of RGB (Red+Green+Blue) = 74+67+4=145 (19% of max value = 765). Red value is 74 (29.30% from 255 or 51.03% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4304 is #B5BCFB. Grayscale: #3E3E3E. Windows color (decimal): -11910396 or 279370. OLE color: 279370.

HSL color Cylindrical-coordinate representation of color #4A4304: hue angle of 54º 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 #4A4304 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 67 4 -
CMYK 0 0.09 0.95 0.71
HSL 54º 0.9% 0.15% -
HSV(B) 54º 0.95% 0.29% -
XYZ 4.85 5.48 0.92 -
YUV 61.91 95.32 136.62 -
System Red Green Blue C M Y K H S L
Decimal 74 67 4 0 0.09 0.95 0.71 54 0.9 0.15
Hex 4A 43 4 0 9 5F 47 36 5A F
Octal 112 103 4 0 11 137 107 66 132 17
Binary 1001010 1000011 100 0 1001 1011111 1000111 110110 1011010 1111

Color Harmonies of #4A4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4304

Black with #4A4304

Text Example


Text Example

White with #4A4304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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