Html Css Color HEX #4A3811 Madras

📋 copy color: '#4A3811'

red 74 ◦ green 56 ◦ blue 17

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

Shades of Madras #4A3811

Tints of Madras #4A3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 38.1%

 BLUE value IS 17 (7.03% from 255) = 11.56%

R = 50.34%
G = 38.1%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.77

 K value IS 0.71

RGB Variations

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

Color information

#4A3811 (or 0x4A3811) is known color: Madras. HEX triplet: 4A, 38 and 11. RGB value is (74,56,17). Sum of RGB (Red+Green+Blue) = 74+56+17=147 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.34% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3811 is #B5C7EE. Grayscale: #393939. Windows color (decimal): -11913199 or 1128522. OLE color: 1128522.

HSL color Cylindrical-coordinate representation of color #4A3811: hue angle of 41.05º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A3811 is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 56 17 -
CMYK 0 0.24 0.77 0.71
HSL 41.05º 0.63% 0.18% -
HSV(B) 41.05º 0.77% 0.29% -
XYZ 4.34 4.32 1.14 -
YUV 56.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 74 56 17 0 0.24 0.77 0.71 41.05 0.63 0.18
Hex 4A 38 11 0 18 4D 47 29 3F 12
Octal 112 70 21 0 30 115 107 51 77 22
Binary 1001010 111000 10001 0 11000 1001101 1000111 101001 111111 10010

Color Harmonies of #4A3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3811

Black with #4A3811

Text Example


Text Example

White with #4A3811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,56,17); }

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

background-color css

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

 a { background-color: rgb(74,56,17); }

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

border-color css

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

 span { border-color: rgb(74,56,17); }

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