Html Css Color HEX #4A3B19 Madras

📋 copy color: '#4A3B19'

red 74 ◦ green 59 ◦ blue 25

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

Shades of Madras #4A3B19

Tints of Madras #4A3B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 37.34%

 BLUE value IS 25 (10.16% from 255) = 15.82%

R = 46.84%
G = 37.34%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.66

 K value IS 0.71

RGB Variations

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

Color information

#4A3B19 (or 0x4A3B19) is known color: Madras. HEX triplet: 4A, 3B and 19. RGB value is (74,59,25). Sum of RGB (Red+Green+Blue) = 74+59+25=158 (20% of max value = 765). Red value is 74 (29.30% from 255 or 46.84% from 158); Green value is 59 (23.44% from 255 or 37.34% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A3B19 is #B5C4E6. Grayscale: #3B3B3B. Windows color (decimal): -11912423 or 1653578. OLE color: 1653578.

HSL color Cylindrical-coordinate representation of color #4A3B19: hue angle of 41.63º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A3B19 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 59 25 -
CMYK 0 0.20 0.66 0.71
HSL 41.63º 0.49% 0.19% -
HSV(B) 41.63º 0.66% 0.29% -
XYZ 4.56 4.65 1.58 -
YUV 59.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 74 59 25 0 0.20 0.66 0.71 41.63 0.49 0.19
Hex 4A 3B 19 0 14 42 47 2A 31 13
Octal 112 73 31 0 24 102 107 52 61 23
Binary 1001010 111011 11001 0 10100 1000010 1000111 101010 110001 10011

Color Harmonies of #4A3B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3B19

Black with #4A3B19

Text Example


Text Example

White with #4A3B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,59,25); }

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

background-color css

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

 a { background-color: rgb(74,59,25); }

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

border-color css

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

 span { border-color: rgb(74,59,25); }

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