Html Css Color HEX #474207 Madras

📋 copy color: '#474207'

red 71 ◦ green 66 ◦ blue 7

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

Shades of Madras #474207

Tints of Madras #474207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 49.31%
G = 45.83%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#474207 (or 0x474207) is known color: Madras. HEX triplet: 47, 42 and 07. RGB value is (71,66,7). Sum of RGB (Red+Green+Blue) = 71+66+7=144 (19% of max value = 765). Red value is 71 (28.12% from 255 or 49.31% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 71 - color contains mainly: red. Hex color #474207 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474207 is #B8BDF8. Grayscale: #3D3D3D. Windows color (decimal): -12107257 or 475719. OLE color: 475719.

HSL color Cylindrical-coordinate representation of color #474207: hue angle of 55.31º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #474207 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 66 7 -
CMYK 0 0.07 0.90 0.72
HSL 55.31º 0.82% 0.15% -
HSV(B) 55.31º 0.9% 0.28% -
XYZ 4.59 5.25 0.97 -
YUV 60.77 97.66 135.3 -
System Red Green Blue C M Y K H S L
Decimal 71 66 7 0 0.07 0.90 0.72 55.31 0.82 0.15
Hex 47 42 7 0 7 5A 48 37 52 F
Octal 107 102 7 0 7 132 110 67 122 17
Binary 1000111 1000010 111 0 111 1011010 1001000 110111 1010010 1111

Color Harmonies of #474207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474207

Black with #474207

Text Example


Text Example

White with #474207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474207; }

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

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

background-color css

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

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

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

border-color css

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

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

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