Html Css Color HEX #474005 Madras

📋 copy color: '#474005'

red 71 ◦ green 64 ◦ blue 5

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

Shades of Madras #474005

Tints of Madras #474005

RGB

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

 GREEN value IS 64 (25.39% from 255) = 45.71%

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 50.71%
G = 45.71%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.72

RGB Variations

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

Color information

#474005 (or 0x474005) is known color: Madras. HEX triplet: 47, 40 and 05. RGB value is (71,64,5). Sum of RGB (Red+Green+Blue) = 71+64+5=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 64 (25.39% from 255 or 45.71% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #474005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #474005 is #B8BFFA. Grayscale: #3B3B3B. Windows color (decimal): -12107771 or 344135. OLE color: 344135.

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

Color convert

RGB 71 64 5 -
CMYK 0 0.10 0.93 0.72
HSL 53.64º 0.87% 0.15% -
HSV(B) 53.64º 0.93% 0.28% -
XYZ 4.46 5.02 0.88 -
YUV 59.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 71 64 5 0 0.10 0.93 0.72 53.64 0.87 0.15
Hex 47 40 5 0 A 5D 48 36 57 F
Octal 107 100 5 0 12 135 110 66 127 17
Binary 1000111 1000000 101 0 1010 1011101 1001000 110110 1010111 1111

Color Harmonies of #474005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474005

Black with #474005

Text Example


Text Example

White with #474005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474005; }

 p { color: rgb(71,64,5); }

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

background-color css

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

 a { background-color: rgb(71,64,5); }

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

border-color css

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

 span { border-color: rgb(71,64,5); }

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