Html Css Color HEX #473E00 Madras

📋 copy color: '#473E00'

red 71 ◦ green 62 ◦ blue 0

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

Shades of Madras #473E00

Tints of Madras #473E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 46.62%

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

R = 53.38%
G = 46.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#473E00 (or 0x473E00) is known color: Madras. HEX triplet: 47, 3E and 00. RGB value is (71,62,0). Sum of RGB (Red+Green+Blue) = 71+62+0=133 (17% of max value = 765). Red value is 71 (28.12% from 255 or 53.38% from 133); Green value is 62 (24.61% from 255 or 46.62% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 71 - color contains mainly: red. Hex color #473E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #473E00 is #B8C1FF. Grayscale: #393939. Windows color (decimal): -12108288 or 15943. OLE color: 15943.

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

Color convert

RGB 71 62 0 -
CMYK 0 0.13 1 0.72
HSL 52.39º 1% 0.14% -
HSV(B) 52.39º 1% 0.28% -
XYZ 4.32 4.78 0.7 -
YUV 57.62 95.48 137.54 -
System Red Green Blue C M Y K H S L
Decimal 71 62 0 0 0.13 1 0.72 52.39 1 0.14
Hex 47 3E 0 0 D 64 48 34 64 E
Octal 107 76 0 0 15 144 110 64 144 16
Binary 1000111 111110 0 0 1101 1100100 1001000 110100 1100100 1110

Color Harmonies of #473E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473E00

Black with #473E00

Text Example


Text Example

White with #473E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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