Html Css Color HEX #473D00 Madras

📋 copy color: '#473D00'

red 71 ◦ green 61 ◦ blue 0

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

Shades of Madras #473D00

Tints of Madras #473D00

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.21%

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

R = 53.79%
G = 46.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473D00 (or 0x473D00) is known color: Madras. HEX triplet: 47, 3D and 00. RGB value is (71,61,0). Sum of RGB (Red+Green+Blue) = 71+61+0=132 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.79% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 71 - color contains mainly: red. Hex color #473D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473D00 is #B8C2FF. Grayscale: #393939. Windows color (decimal): -12108544 or 15687. OLE color: 15687.

HSL color Cylindrical-coordinate representation of color #473D00: hue angle of 51.55º 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 #473D00 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 61 0 -
CMYK 0 0.14 1 0.72
HSL 51.55º 1% 0.14% -
HSV(B) 51.55º 1% 0.28% -
XYZ 4.27 4.68 0.68 -
YUV 57.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 71 61 0 0 0.14 1 0.72 51.55 1 0.14
Hex 47 3D 0 0 E 64 48 34 64 E
Octal 107 75 0 0 16 144 110 64 144 16
Binary 1000111 111101 0 0 1110 1100100 1001000 110100 1100100 1110

Color Harmonies of #473D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473D00

Black with #473D00

Text Example


Text Example

White with #473D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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