Html Css Color HEX #4A420C Madras

📋 copy color: '#4A420C'

red 74 ◦ green 66 ◦ blue 12

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

Shades of Madras #4A420C

Tints of Madras #4A420C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 43.42%

 BLUE value IS 12 (5.08% from 255) = 7.89%

R = 48.68%
G = 43.42%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4A420C (or 0x4A420C) is known color: Madras. HEX triplet: 4A, 42 and 0C. RGB value is (74,66,12). Sum of RGB (Red+Green+Blue) = 74+66+12=152 (20% of max value = 765). Red value is 74 (29.30% from 255 or 48.68% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 12 (5.08% from 255 or 7.89% from 152); Max value from RGB is 74 - color contains mainly: red. Hex color #4A420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A420C is #B5BDF3. Grayscale: #3E3E3E. Windows color (decimal): -11910644 or 803402. OLE color: 803402.

HSL color Cylindrical-coordinate representation of color #4A420C: hue angle of 52.26º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A420C is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 66 12 -
CMYK 0 0.11 0.84 0.71
HSL 52.26º 0.72% 0.17% -
HSV(B) 52.26º 0.84% 0.29% -
XYZ 4.84 5.38 1.13 -
YUV 62.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 74 66 12 0 0.11 0.84 0.71 52.26 0.72 0.17
Hex 4A 42 C 0 B 54 47 34 48 11
Octal 112 102 14 0 13 124 107 64 110 21
Binary 1001010 1000010 1100 0 1011 1010100 1000111 110100 1001000 10001

Color Harmonies of #4A420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A420C

Black with #4A420C

Text Example


Text Example

White with #4A420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,12); }

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

background-color css

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

 a { background-color: rgb(74,66,12); }

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

border-color css

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

 span { border-color: rgb(74,66,12); }

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