Html Css Color HEX #473F00 Madras

📋 copy color: '#473F00'

red 71 ◦ green 63 ◦ blue 0

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

Shades of Madras #473F00

Tints of Madras #473F00

RGB

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

 GREEN value IS 63 (25% from 255) = 47.01%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 52.99%
G = 47.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473F00 (or 0x473F00) is known color: Madras. HEX triplet: 47, 3F and 00. RGB value is (71,63,0). Sum of RGB (Red+Green+Blue) = 71+63+0=134 (17% of max value = 765). Red value is 71 (28.12% from 255 or 52.99% from 134); Green value is 63 (25% from 255 or 47.01% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 71 - color contains mainly: red. Hex color #473F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473F00 is #B8C0FF. Grayscale: #3A3A3A. Windows color (decimal): -12108032 or 16199. OLE color: 16199.

HSL color Cylindrical-coordinate representation of color #473F00: hue angle of 53.24º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #473F00 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 63 0 -
CMYK 0 0.11 1 0.72
HSL 53.24º 1% 0.14% -
HSV(B) 53.24º 1% 0.28% -
XYZ 4.38 4.89 0.71 -
YUV 58.21 95.15 137.12 -
System Red Green Blue C M Y K H S L
Decimal 71 63 0 0 0.11 1 0.72 53.24 1 0.14
Hex 47 3F 0 0 B 64 48 35 64 E
Octal 107 77 0 0 13 144 110 65 144 16
Binary 1000111 111111 0 0 1011 1100100 1001000 110101 1100100 1110

Color Harmonies of #473F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473F00

Black with #473F00

Text Example


Text Example

White with #473F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473F00; }

 p { color: rgb(71,63,0); }

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

background-color css

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

 a { background-color: rgb(71,63,0); }

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

border-color css

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

 span { border-color: rgb(71,63,0); }

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