Html Css Color HEX #4A4509 Madras

📋 copy color: '#4A4509'

red 74 ◦ green 69 ◦ blue 9

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

Shades of Madras #4A4509

Tints of Madras #4A4509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.39%

 BLUE value IS 9 (3.91% from 255) = 5.92%

R = 48.68%
G = 45.39%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4A4509 (or 0x4A4509) is known color: Madras. HEX triplet: 4A, 45 and 09. RGB value is (74,69,9). Sum of RGB (Red+Green+Blue) = 74+69+9=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 9 (3.91% from 255 or 5.92% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A4509 is #B5BAF6. Grayscale: #3F3F3F. Windows color (decimal): -11909879 or 607562. OLE color: 607562.

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

Color convert

RGB 74 69 9 -
CMYK 0 0.07 0.88 0.71
HSL 55.38º 0.78% 0.16% -
HSV(B) 55.38º 0.88% 0.29% -
XYZ 5 5.73 1.1 -
YUV 63.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 74 69 9 0 0.07 0.88 0.71 55.38 0.78 0.16
Hex 4A 45 9 0 7 58 47 37 4E 10
Octal 112 105 11 0 7 130 107 67 116 20
Binary 1001010 1000101 1001 0 111 1011000 1000111 110111 1001110 10000

Color Harmonies of #4A4509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4509

Black with #4A4509

Text Example


Text Example

White with #4A4509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,69,9); }

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

background-color css

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

 a { background-color: rgb(74,69,9); }

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

border-color css

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

 span { border-color: rgb(74,69,9); }

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