Html Css Color HEX #4A4101 Madras

📋 copy color: '#4A4101'

red 74 ◦ green 65 ◦ blue 1

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

Shades of Madras #4A4101

Tints of Madras #4A4101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

 BLUE value IS 1 (0.78% from 255) = 0.71%

R = 52.86%
G = 46.43%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.71

RGB Variations

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

Color information

#4A4101 (or 0x4A4101) is known color: Madras. HEX triplet: 4A, 41 and 01. RGB value is (74,65,1). Sum of RGB (Red+Green+Blue) = 74+65+1=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4101 is #B5BEFE. Grayscale: #3C3C3C. Windows color (decimal): -11910911 or 82250. OLE color: 82250.

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

Color convert

RGB 74 65 1 -
CMYK 0 0.12 0.99 0.71
HSL 52.6º 0.97% 0.15% -
HSV(B) 52.6º 0.99% 0.29% -
XYZ 4.72 5.24 0.79 -
YUV 60.4 94.48 137.7 -
System Red Green Blue C M Y K H S L
Decimal 74 65 1 0 0.12 0.99 0.71 52.6 0.97 0.15
Hex 4A 41 1 0 C 63 47 35 61 F
Octal 112 101 1 0 14 143 107 65 141 17
Binary 1001010 1000001 1 0 1100 1100011 1000111 110101 1100001 1111

Color Harmonies of #4A4101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4101

Black with #4A4101

Text Example


Text Example

White with #4A4101

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,1); }

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

background-color css

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

 a { background-color: rgb(74,65,1); }

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

border-color css

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

 span { border-color: rgb(74,65,1); }

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