Html Css Color HEX #474204 Madras

📋 copy color: '#474204'

red 71 ◦ green 66 ◦ blue 4

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

Shades of Madras #474204

Tints of Madras #474204

RGB

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

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

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

R = 50.35%
G = 46.81%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#474204 (or 0x474204) is known color: Madras. HEX triplet: 47, 42 and 04. RGB value is (71,66,4). Sum of RGB (Red+Green+Blue) = 71+66+4=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 66 (26.17% from 255 or 46.81% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #474204 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474204 is #B8BDFB. Grayscale: #3C3C3C. Windows color (decimal): -12107260 or 279111. OLE color: 279111.

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

Color convert

RGB 71 66 4 -
CMYK 0 0.07 0.94 0.72
HSL 55.52º 0.89% 0.15% -
HSV(B) 55.52º 0.94% 0.28% -
XYZ 4.57 5.24 0.89 -
YUV 60.43 96.16 135.54 -
System Red Green Blue C M Y K H S L
Decimal 71 66 4 0 0.07 0.94 0.72 55.52 0.89 0.15
Hex 47 42 4 0 7 5E 48 38 59 F
Octal 107 102 4 0 7 136 110 70 131 17
Binary 1000111 1000010 100 0 111 1011110 1001000 111000 1011001 1111

Color Harmonies of #474204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474204

Black with #474204

Text Example


Text Example

White with #474204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474204; }

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

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

background-color css

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

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

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

border-color css

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

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

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