Html Css Color HEX #4A3C1E Madras

📋 copy color: '#4A3C1E'

red 74 ◦ green 60 ◦ blue 30

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

Shades of Madras #4A3C1E

Tints of Madras #4A3C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 36.59%

 BLUE value IS 30 (12.11% from 255) = 18.29%

R = 45.12%
G = 36.59%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#4A3C1E (or 0x4A3C1E) is known color: Madras. HEX triplet: 4A, 3C and 1E. RGB value is (74,60,30). Sum of RGB (Red+Green+Blue) = 74+60+30=164 (21% of max value = 765). Red value is 74 (29.30% from 255 or 45.12% from 164); Green value is 60 (23.83% from 255 or 36.59% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 74 - color contains mainly: red. Hex color #4A3C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A3C1E is #B5C3E1. Grayscale: #3C3C3C. Windows color (decimal): -11912162 or 1981514. OLE color: 1981514.

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

Color convert

RGB 74 60 30 -
CMYK 0 0.19 0.59 0.71
HSL 40.91º 0.42% 0.2% -
HSV(B) 40.91º 0.59% 0.29% -
XYZ 4.67 4.78 1.9 -
YUV 60.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 74 60 30 0 0.19 0.59 0.71 40.91 0.42 0.2
Hex 4A 3C 1E 0 13 3B 47 29 2A 14
Octal 112 74 36 0 23 73 107 51 52 24
Binary 1001010 111100 11110 0 10011 111011 1000111 101001 101010 10100

Color Harmonies of #4A3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3C1E

Black with #4A3C1E

Text Example


Text Example

White with #4A3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,60,30); }

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

background-color css

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

 a { background-color: rgb(74,60,30); }

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

border-color css

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

 span { border-color: rgb(74,60,30); }

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