Html Css Color HEX #474107 Madras

📋 copy color: '#474107'

red 71 ◦ green 65 ◦ blue 7

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

Shades of Madras #474107

Tints of Madras #474107

RGB

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

 GREEN value IS 65 (25.78% from 255) = 45.45%

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

R = 49.65%
G = 45.45%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.72

RGB Variations

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

Color information

#474107 (or 0x474107) is known color: Madras. HEX triplet: 47, 41 and 07. RGB value is (71,65,7). Sum of RGB (Red+Green+Blue) = 71+65+7=143 (18% of max value = 765). Red value is 71 (28.12% from 255 or 49.65% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 71 - color contains mainly: red. Hex color #474107 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474107 is #B8BEF8. Grayscale: #3C3C3C. Windows color (decimal): -12107513 or 475463. OLE color: 475463.

HSL color Cylindrical-coordinate representation of color #474107: hue angle of 54.38º 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 #474107 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 7 -
CMYK 0 0.08 0.90 0.72
HSL 54.38º 0.82% 0.15% -
HSV(B) 54.38º 0.9% 0.28% -
XYZ 4.53 5.14 0.95 -
YUV 60.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 71 65 7 0 0.08 0.90 0.72 54.38 0.82 0.15
Hex 47 41 7 0 8 5A 48 36 52 F
Octal 107 101 7 0 10 132 110 66 122 17
Binary 1000111 1000001 111 0 1000 1011010 1001000 110110 1010010 1111

Color Harmonies of #474107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474107

Black with #474107

Text Example


Text Example

White with #474107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474107; }

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

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

background-color css

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

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

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

border-color css

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

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

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