Html Css Color HEX #47420A Madras

📋 copy color: '#47420A'

red 71 ◦ green 66 ◦ blue 10

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

Shades of Madras #47420A

Tints of Madras #47420A

RGB

 RED value IS 71 (28.13% from 255) = 48.3%

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

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

R = 48.3%
G = 44.9%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#47420A (or 0x47420A) is known color: Madras. HEX triplet: 47, 42 and 0A. RGB value is (71,66,10). Sum of RGB (Red+Green+Blue) = 71+66+10=147 (19% of max value = 765). Red value is 71 (28.12% from 255 or 48.30% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 71 - color contains mainly: red. Hex color #47420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420A is #B8BDF5. Grayscale: #3D3D3D. Windows color (decimal): -12107254 or 672327. OLE color: 672327.

HSL color Cylindrical-coordinate representation of color #47420A: hue angle of 55.08º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47420A is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 10 -
CMYK 0 0.07 0.86 0.72
HSL 55.08º 0.75% 0.16% -
HSV(B) 55.08º 0.86% 0.28% -
XYZ 4.6 5.26 1.06 -
YUV 61.11 99.16 135.05 -
System Red Green Blue C M Y K H S L
Decimal 71 66 10 0 0.07 0.86 0.72 55.08 0.75 0.16
Hex 47 42 A 0 7 56 48 37 4B 10
Octal 107 102 12 0 7 126 110 67 113 20
Binary 1000111 1000010 1010 0 111 1010110 1001000 110111 1001011 10000

Color Harmonies of #47420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47420A

Black with #47420A

Text Example


Text Example

White with #47420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47420A; }

 p { color: rgb(71,66,10); }

 H1.HeaderClassName
 {
   color: #47420A;
 }
 .AnyTagClassName
 {
   color: #47420A;
 }
</style>

background-color css

<style>
 a { background-color: #47420A; }

 a { background-color: rgb(71,66,10); }

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

border-color css

<style>
 span { border-color: #47420A; }

 span { border-color: rgb(71,66,10); }

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