Html Css Color HEX #4A430A Madras

📋 copy color: '#4A430A'

red 74 ◦ green 67 ◦ blue 10

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

Shades of Madras #4A430A

Tints of Madras #4A430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 44.37%

 BLUE value IS 10 (4.3% from 255) = 6.62%

R = 49.01%
G = 44.37%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#4A430A (or 0x4A430A) is known color: Madras. HEX triplet: 4A, 43 and 0A. RGB value is (74,67,10). Sum of RGB (Red+Green+Blue) = 74+67+10=151 (20% of max value = 765). Red value is 74 (29.30% from 255 or 49.01% from 151); Green value is 67 (26.56% from 255 or 44.37% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 74 - color contains mainly: red. Hex color #4A430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A430A is #B5BCF5. Grayscale: #3E3E3E. Windows color (decimal): -11910390 or 672586. OLE color: 672586.

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

Color convert

RGB 74 67 10 -
CMYK 0 0.09 0.86 0.71
HSL 53.44º 0.76% 0.16% -
HSV(B) 53.44º 0.86% 0.29% -
XYZ 4.89 5.49 1.09 -
YUV 62.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 74 67 10 0 0.09 0.86 0.71 53.44 0.76 0.16
Hex 4A 43 A 0 9 56 47 35 4C 10
Octal 112 103 12 0 11 126 107 65 114 20
Binary 1001010 1000011 1010 0 1001 1010110 1000111 110101 1001100 10000

Color Harmonies of #4A430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A430A

Black with #4A430A

Text Example


Text Example

White with #4A430A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,67,10); }

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

background-color css

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

 a { background-color: rgb(74,67,10); }

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

border-color css

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

 span { border-color: rgb(74,67,10); }

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