Html Css Color HEX #47420F Madras

📋 copy color: '#47420F'

red 71 ◦ green 66 ◦ blue 15

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

Shades of Madras #47420F

Tints of Madras #47420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.87%

R = 46.71%
G = 43.42%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#47420F (or 0x47420F) is known color: Madras. HEX triplet: 47, 42 and 0F. RGB value is (71,66,15). Sum of RGB (Red+Green+Blue) = 71+66+15=152 (20% of max value = 765). Red value is 71 (28.12% from 255 or 46.71% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 15 (6.25% from 255 or 9.87% from 152); Max value from RGB is 71 - color contains mainly: red. Hex color #47420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #47420F is #B8BDF0. Grayscale: #3D3D3D. Windows color (decimal): -12107249 or 1000007. OLE color: 1000007.

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

Color convert

RGB 71 66 15 -
CMYK 0 0.07 0.79 0.72
HSL 54.64º 0.65% 0.17% -
HSV(B) 54.64º 0.79% 0.28% -
XYZ 4.63 5.27 1.23 -
YUV 61.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 71 66 15 0 0.07 0.79 0.72 54.64 0.65 0.17
Hex 47 42 F 0 7 4F 48 37 41 11
Octal 107 102 17 0 7 117 110 67 101 21
Binary 1000111 1000010 1111 0 111 1001111 1001000 110111 1000001 10001

Color Harmonies of #47420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47420F

Black with #47420F

Text Example


Text Example

White with #47420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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