Html Css Color HEX #47420C Madras

📋 copy color: '#47420C'

red 71 ◦ green 66 ◦ blue 12

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

Shades of Madras #47420C

Tints of Madras #47420C

RGB

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

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

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

R = 47.65%
G = 44.3%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.72

RGB Variations

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

Color information

#47420C (or 0x47420C) is known color: Madras. HEX triplet: 47, 42 and 0C. RGB value is (71,66,12). Sum of RGB (Red+Green+Blue) = 71+66+12=149 (19% of max value = 765). Red value is 71 (28.12% from 255 or 47.65% from 149); Green value is 66 (26.17% from 255 or 44.30% from 149); Blue value is 12 (5.08% from 255 or 8.05% from 149); Max value from RGB is 71 - color contains mainly: red. Hex color #47420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420C is #B8BDF3. Grayscale: #3D3D3D. Windows color (decimal): -12107252 or 803399. OLE color: 803399.

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

Color convert

RGB 71 66 12 -
CMYK 0 0.07 0.83 0.72
HSL 54.92º 0.71% 0.16% -
HSV(B) 54.92º 0.83% 0.28% -
XYZ 4.61 5.26 1.12 -
YUV 61.34 100.16 134.89 -
System Red Green Blue C M Y K H S L
Decimal 71 66 12 0 0.07 0.83 0.72 54.92 0.71 0.16
Hex 47 42 C 0 7 53 48 37 47 10
Octal 107 102 14 0 7 123 110 67 107 20
Binary 1000111 1000010 1100 0 111 1010011 1001000 110111 1000111 10000

Color Harmonies of #47420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47420C

Black with #47420C

Text Example


Text Example

White with #47420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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