Html Css Color HEX #474104 Madras

📋 copy color: '#474104'

red 71 ◦ green 65 ◦ blue 4

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

Shades of Madras #474104

Tints of Madras #474104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.86%

R = 50.71%
G = 46.43%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#474104 (or 0x474104) is known color: Madras. HEX triplet: 47, 41 and 04. RGB value is (71,65,4). Sum of RGB (Red+Green+Blue) = 71+65+4=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474104 is #B8BEFB. Grayscale: #3C3C3C. Windows color (decimal): -12107516 or 278855. OLE color: 278855.

HSL color Cylindrical-coordinate representation of color #474104: hue angle of 54.63º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #474104 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 65 4 -
CMYK 0 0.08 0.94 0.72
HSL 54.63º 0.89% 0.15% -
HSV(B) 54.63º 0.94% 0.28% -
XYZ 4.51 5.13 0.87 -
YUV 59.84 96.49 135.96 -
System Red Green Blue C M Y K H S L
Decimal 71 65 4 0 0.08 0.94 0.72 54.63 0.89 0.15
Hex 47 41 4 0 8 5E 48 37 59 F
Octal 107 101 4 0 10 136 110 67 131 17
Binary 1000111 1000001 100 0 1000 1011110 1001000 110111 1011001 1111

Color Harmonies of #474104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474104

Black with #474104

Text Example


Text Example

White with #474104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474104; }

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

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

background-color css

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

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

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

border-color css

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

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

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